@charset "utf-8";

/*****************  头部样式  *******************/

header {
    -webkit-animation:1s ease;
    -moz-animation:1s ease;
    -ms-animation:1s ease;
    animation:1s ease;
    position:relative;
    width:100vw;
}

    header.fixed {
        position:fixed;
        z-index:1999;
        top:0;
    }

    header.hide_header {
        top:-100px;
    }

.header {
    background:#fff;
    width:100%;
    height:auto;
    z-index:999;
    top:0;
}

.header_navblank {
    height:100px;
    width:100vw;
}

    .navbar-header {
        background-image: linear-gradient(to right, #4186ed , #00bcff);
    }

.navbar-toggle {
    margin-bottom:6px;
    margin-left:6px;
    margin-top:6px;
    font-size: 20px;
    color: #fff;
}

.langlist {
    border: solid 1px #f0f0f0;
    overflow:hidden;
    border-top:none;
    background:#fff;
    /*margin-left:430px;*/
    position:absolute;
    z-index:10000;
    display:none;
    height:0;
    top:32px;
    left:0;
}

.langlist li {
    padding: 0 10px;
}

.langlist li a {
    border-bottom: #efefef dashed 1px;
    text-align:center;
    min-width:100px;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #666;
}

.langlist li:last-child a {
    border-bottom: none;
}

.langlist.active {
    display:block;
    height:auto;
}

.header_form {
    position:relative;
    margin-top:8px;
    float:right;
    width:174px;
    display:block;
}

.header_search {
    position:absolute;
    border-radius:12px;
    padding:0 43px 0 15px;
    width:174px;
    height:28px;
    z-index:1;
}

.header_submit {
    background:url(../edimg/index_one-02.jpg) #fff no-repeat center;
    position:absolute;
    padding:5px 0;
    border:none;
    cursor:pointer;
    right:10px;
    width:28px;
    height:28px;
    z-index:10;
    top:0;
}

.header_language {
    background: url(../edimg/tubiao-dianhua.png) no-repeat 2px center;
    background-size:40px;
    margin: 24px 1.5vw 0 0;
    line-height: 22px;
    font-size: 22px;
    height: 32px;
    padding: 0 0 0 58px;
    color: #444;
    float: left;
    display: block;
    /* width: 92px; */
    cursor:pointer;
    position:relative;
}

.header_language_text {
    float:left;
}

.header_language img {
    margin-top:13px;
    float:right;
}

.header_tel {
    margin:22px 0 0 0;
    border:solid 2px #7d7d7d;
    border-radius:36px;
    line-height:32px;
    font-size:12px;
    height:36px;
    padding:0 1vw;
    color:#7d7d7d;
    float: right;
    display:block;
}

/******************  新导航样式  *********************/

/*--header--*/

.navbar-brand {
    margin:0 auto;
    display:block;
    padding:0;
    float: none;
    height: 60px;
    width:142px;
}

.navbar-brand img {
    height:60px;
}

.navbar-search {
    display:block;
    margin:6px 4px;
    padding:12px;
    height:48px;
}

.navbar-collapse {
    padding:0;
}

.navbar {
    margin-bottom:0;
}

.navbar-nav {
    margin:0;
}

.navbar-nav > li {
    border-bottom:solid 1px #eee;
}

.navbar-nav > li > a {
    font-size:16px;
    line-height:26px;
    padding: 10px 17px;
    text-align:center;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #00bcff;
    color:#fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #00bcff;
    color:#fff;
}

.navbar-nav .open .dropdown-menu {
    padding:0;
}

.navbar-nav .open .dropdown-menu > li {
    border-top:solid 1px #fff;
}

.navbar-nav .open .dropdown-menu > li > a {
    background-color: #00bcff;
    text-align:center;
    padding: 10px 17px;
    line-height: 26px;
    font-size:14px;
    color:#fff;
}

/*--end header--*/

/******************  首页样式  *********************/

.ind_iconlist {
    background:#fff;
}

.ind_iconlist li {
    padding:15px 10px;
}

.ind_iconlist li a {
    text-align:center;
    line-height:28px;
    display:block;
}

.slide-text {
    padding-top:155px;
}

.slide-text > p.bannerTitle {
    text-transform:uppercase;
    line-height:3.75vw;
    font-size:2.7vw;
    font-family:arial;
    font-weight:bold;
    margin-bottom: 0;
    color:#000;
}

    .slide-text > p.bannerEngTitle {
        text-transform:uppercase;
        letter-spacing:1.56vw;
        line-height:1.67vw;
        font-size:0.83vw;
        font-family:arial;
        font-weight:bold;
        margin-bottom: 0;
        color:#fff;
    }

.slide-text > p.bannerSecTitle {
    margin-bottom: 0.417vw;
    margin-top: 1.458vw;
    line-height:1.875vw;
    font-weight:bold;
    font-size:1.35vw;
    color:#000;
}

.slide-text > p.bannerSecText {
    margin-bottom: 3.75vw;
    line-height:1.67vw;
    font-size:1.146vw;
    color:#000;
}

.slide-text > p.bannerMore {
    text-align:center;
    background:#013b99;
    line-height:1.979vw;
    font-size:0.729vw;
    width:6.979vw;
    border:none;
    color:#fff;
    margin: 0;
}

.slide-text a {
    text-align:center;
    display:block;
    line-height:42px;
    height:42px;
    width:158px;
    color:#fff;
    font-size:16px;
    background:#2449a4;
    border-radius:20px;
    text-decoration:none;
    margin-top:42px;
}

.slide-text > a.btn-default {
    background-image: linear-gradient(to right, #054c9f , #1b9cd8);
    color:#fff !important;
    line-height:42px;
    font-size:16px;
    padding:0;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    box-shadow:-2px 4px 20px 0 #1ba3db;
    background:#2449a4;
    color:#fff;
}

.slide-text > a:hover, .slide-text > a:active{
    box-shadow:-2px 4px 20px 0 #1ba3db;
    background:#2449a4 !important;
    color:#fff;
}

.ind_titline {
    text-align:center;
}

.ind_titline .entitle {
    text-transform:uppercase;
    line-height:28px;
    font-size:12px;
    color:#c8c8c8;
}

.ind_titline .cntitle {
    line-height:36px;
    font-size:24px;
    color:#013b99;
}

.ind_pro ul {
    padding:35px 0;
}

.ind_pro ul li {
    padding:10px 0;
    float:left;
}

.ind_pro ul li:nth-child(2n) {
    padding-left:20px;
}

.ind_pro ul li a {
    background:url(../edimg/indpro.jpg) #fff no-repeat 44px 208px;
    padding:45px 0 0 44px;
    position:relative;
    display:block;
    height:275px;
}

.ind_pro ul li a:hover {
    background:url(../edimg/indpro_h.jpg) #fff no-repeat 44px 208px;
}

.ind_pro ul li:nth-child(2n+1) {
    position:relative;
    z-index:10;
}

.ind_pro ul li:first-child a {
    width:770px;
}

.ind_pro ul li:nth-child(2) a {
    width:410px;
}

.ind_pro ul li:nth-child(3) a {
    width:500px;
}

.ind_pro ul li:nth-child(4) a {
    width:680px;
}

.ind_pro ul li a .info {
    height:230px;
    float:left;
}

.ind_pro ul li a .info .cntitle {
    font-weight:bold;
    line-height:35px;
    font-size:25px;
    color:#000;
}

.ind_pro ul li a .info .text {
    line-height:25px;
    margin-top:10px;
    font-size:13px;
    color:#595959;
}

.ind_pro ul li a img {
    transform:translateY(-50%);
    position:absolute;
    height:275px;
    top:50%;
}

.ind_pro ul li:first-child a img {
    left:300px;
}

.ind_pro ul li:nth-child(2) a img {
    left:290px;
}

.ind_pro ul li:nth-child(3) a img {
    left:220px;
}

.ind_pro ul li:nth-child(4) a img {
    left:180px;
}

.ind_pro ul li a:hover img {
    transform: translateY(-50%) scale(1.06);
}

.indmob_titline .more {
    line-height:18px;
    font-size:14px;
    float:right;
    color:#bbb;
}

.ind_video video {
    height:213px;
    width:100%;
}



.ind_pro_title {
    line-height:40px;
    font-size:20px;
    color:#000;
}

.ind_pro_sectitle {
    margin-bottom:36px;
    /*font-weight:bold;*/
    line-height:50px;
    font-size:46px;
    color:#013b99;
}

.ind_pro_text {
    text-align:justify;
    line-height:30px;
    font-size:14px;
    color:#5c5c5c;
    width:548px;
}

.ind_pro_more {
    background: #013b99;
    margin-top:38px;
    text-align:center;
    line-height:36px;
    font-size:16px;
    display:block;
    color:#fff;
    width:142px;
    height:38px;
}

/* 首页模块四动画 */
/* 动画一 */
@-webkit-keyframes indcusActive{
    0%{margin:0;}
    50%{margin:0 -34px;}
    100%{margin:-48px -34px -141px;}
}
@-moz-keyframes indcusActive{
    0%{margin:0;}
    50%{margin:0 -34px;}
    100%{margin:-48px -34px -141px;}
}
@-ms-keyframes indcusActive{
    0%{margin:0;}
    50%{margin:0 -34px;}
    100%{margin:-48px -34px -141px;}
}
@keyframes indcusActive{
    0%{margin:0;}
    50%{margin:0 -34px;}
    100%{margin:-48px -34px -141px;}
}

/* 动画二 */
@-webkit-keyframes indcusNoActive{
    100%{margin:0;}
    50%{margin:0 -34px;}
    0%{margin:-48px -34px -141px;}
}
@-moz-keyframes indcusNoActive{
    100%{margin:0;}
    50%{margin:0 -34px;}
    0%{margin:-48px -34px -141px;}
}
@-ms-keyframes indcusNoActive{
    100%{margin:0;}
    50%{margin:0 -34px;}
    0%{margin:-48px -34px -141px;}
}
@keyframes indcusNoActive{
    100%{margin:0;}
    50%{margin:0 -34px;}
    0%{margin:-48px -34px -141px;}
}

/* 动画三 */
@-webkit-keyframes indcusText{
    0%{opacity:0;}
    100%{opacity:1;}
}
@-moz-keyframes indcusText{
    0%{opacity:0;}
    100%{opacity:1;}
}
@-ms-keyframes indcusText{
    0%{opacity:0;}
    100%{opacity:1;}
}
@keyframes indcusText{
    0%{opacity:0;}
    100%{opacity:1;}
}

        /* 动画三 */
@-webkit-keyframes spin {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@-moz-keyframes spin {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@-ms-keyframes spin {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@keyframes spin {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.ind_about {
    /*background:url(../edimg/index_three_BG-05.jpg) no-repeat center 131px;*/
    margin:100px 0 0;
    position:relative;
    height:auto;
    z-index:10;
}

.ind_about_main {
    background:#e5ecf3;
    margin-top:20px;
    height:620px;
}

.ind_abo_tab {
    transform:translateX(-50%);
    position:relative;
    margin-top:50px;
    float:left;
    border:none;
    left:50%;
}

.ind_abo_tab li {
    padding: 5px 0;
    float:left;
}

.ind_abo_tab li a {
    cursor:pointer !important;
    line-height:36px;
    font-size:18px;
    padding:0 16px;
    display:block;
    color:#343434;
    border:none;
    float:left;
}

.ind_abo_tab li a.active, .ind_abo_tab li.active a, .ind_abo_tab li a:hover, .ind_abo_tab li a:focus {
    background:#0145b9 !important;
    border:none !important;
    color:#fff !important;
}

.ind_abo_tab li .border {
    line-height:36px;
    padding:0 18px;
    color:#343434;
    float:left;
}

.ind_abo_info {
    position:relative;
    padding-top:20px;
    height:530px;
}

.ind_abo_BG {
    transform:translateX(-50%);
    position:absolute;
    width:1200px;
    bottom:-14px;
    z-index:1;
    left:50%;
}

.ind_abo_img {
    margin:86px 0 0 -86px;
    position:relative;
    width:631px;
    display:block;
    float:left;
}

.ind_abo_infomain {
    padding:82px 54px 0 0;
    float:right;
    width:594px;
}

.ind_abo_title {
    line-height:34px;
    color:#343434;
    font-size:26px;
}

.ind_abo_text {
    margin-top:13px;
    text-align:justify;
    line-height:24px;
    color:#343434;
}

.ind_abo_onlyimg {
    position:relative;
}

.ind_abo_onlyimg img {
    transform:translateX(-50%);
    position:relative;
    left:50%;
}

.ind_abo_more {
    text-align:center;
    background:#0145b9;
    line-height:36px;
    margin-top:32px;
    display:block;
    height:36px;
    width:134px;
    color:#fff;
}

.ind_abo_devlop {
    padding:53px 0 0 128px;
    position:relative;
    line-height:29px;
    font-size:19px;
    z-index:19;
    color:#333;
}

.ind_abo_network_BG {
    transform:translateX(-50%);
    position:absolute;
    width:1300px;
    z-index:1;
    left:50%;
    right:0;
}

.ind_abo_network {
    position:absolute;
    z-index:19;
    bottom:5px;
}

.ind_abo_network_text {
    margin-left:16px;
    line-height:29px;
    font-size:17px;
}

.ind_abo_network ul {
    margin-left:16px;
}

.ind_abo_network ul li {
    padding:12px 40px 0 0;
    float:left;
}

.ind_abo_network ul li p {
    float:left;
}

.ind_abo_network ul li .title {
    line-height:26px;
    padding-top:6px;
    font-size:20px;
    color:#313333;
    clear:both;
}

.ind_abo_network ul li .num {
    line-height:54px;
    font-size:66px;
    color:#0145b9;
}

.ind_abo_network ul li .unit {
    padding-top: 30px;
    line-height: 24px;
    font-size: 20px;
    color:#0145b9;
}

.ind_abo_network ul li .signal {
    font-weight:bold;
    padding-top:18px;
    line-height:30px;
    font-size:44px;
    color:#0145b9;
}

.ind_abo_rad {
    margin-left:0;
}

.ind_abo_rad_text {
    position: relative;
    margin-top: 26px;
    line-height: 28px;
    font-size:16px;
    color: #323333;
    z-index: 19;
}

.ind_abo_rad_data {
    margin-top:30px;
}

.ind_abo_rad_data li {
    padding-left:70px;
    float: left;
}

.ind_abo_rad_data li:first-child {
    padding-left:0;
}

.ind_abo_rad_data li .num {
    line-height:44px;
    font-size:52px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .signal {
    font-weight:bold;
    padding-top: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .signaltext {
    font-weight:bold;
    padding-top: 31px;
    line-height: 10px;
    font-size: 12px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .title {
    line-height:18px;
    font-size:12px;
    padding-top:3px;
    color: #313333;
    clear:both;
}

.ind_coretech_base {
    padding:22px 0 0 22px;
    margin-right:0;
    float:right;
}

.ind_coretech_base li {
    padding-top:12px;
    padding-bottom:8px;
}

.ind_coretech_base li img {
    display:block;
    width:218px;
    height:116px;
    float:left;
}

.ind_coretech_base li .info {
    display:block;
    width:325px;
    height:136px;
    float:right;
}

.ind_coretech_base li .info .title {
    margin-top:-3px;
    line-height:30px;
    font-size:24px;
    color:#0145b9;
}

.ind_coretech_base li .info .text {
    padding-right:10px;
    /*margin-top:4px;*/
    font-size:12px;
    line-height:20px;
    color:#333;
}

.ind_abo_honor {
    position:relative;
    margin-top:48px;
}

.ind_abo_honor .maintitle {
    line-height:26px;
    font-size:20px;
    color:#333;
}

.ind_abo_honor ul {
    margin-top:8px;
}

.ind_abo_honor ul li {
    padding-top:12px;
}

.ind_abo_honor ul li .title {
    line-height:18px;
    font-size:12px;
    color:#5f5f5f;
    float:left;
}

.ind_abo_honor ul li .border {
    background:#3c52a2;
    border-radius:3px;
    margin-left:17px;
    height:18px;
    float:left;
}

.ind_abo_honor ul li .text {
    margin:-3px 0 0 18px;
    color:#4158a6;
    float:left;
}

.ind_abo_honor ul li .num {
    line-height:24px;
    font-size:24px;
    float:left;
}

.ind_abo_honor ul li .unit {
    padding-top:10px;
    line-height:14px;
    font-size:0.7rem;
    float:left;
}

.ind_tech {
    background:url(../edimg/indtech.jpg) no-repeat center;
    /*background-size:cover;*/
    padding:44px 0 0;
    height:703px;
}

.ind_tech .ind_titline .entitle {
    color:#00a2ff;
}

.ind_tech .ind_titline .cntitle {
    color:#fff;
}

.ind_tech ul {
    margin:92px 0 0 -4px;
    position:relative;
    float:left;
    width:464px;
}

.ind_tech ul li {
    margin-bottom:20px;
}

.ind_tech ul li a {
    background:url(../edimg/index-02.png) no-repeat left center;
    padding:0 27px 0 35px;
    display:block;
}

.ind_tech ul li a .cntitle {
    line-height:35px;
    font-size:19px;
    color:#fff;
}

.ind_tech ul li a .text {
    border-top:solid 1px rgba(255,255,255,0.15);
    padding-top:16px;
    line-height:25px;
    margin-top:10px;
    font-size:13px;
    display:none;
    color:#fff;
}

.ind_tech ul li.active a {
    background:url(../edimg/index.jpg) rgba(0,0,0,0.37) no-repeat left center;
    padding:34px 27px 34px 35px;
    margin-left:4px;
    display:block;
    height:178px;
    width:460px;
}

.ind_tech ul li.active a .cntitle {
    font-size:21px;
}

.ind_tech ul li.active a .text {
    display:block;
}

.ind_tech_img {
    position:relative;
    margin-top:92px;
    float:right;
    width:670px;
}

.ind_tech_img .imglist {
    position:relative;
    height:367px;
    width:670px;
    z-index:19;
}

.ind_tech_img .imglist a {
    position:absolute;
    /*overflow:hidden;*/
    display:none;
    height:375px;
    width:673px;
    z-index:19;
    left:0;
    top:0;
}

.ind_tech_img .imglist a.active {
    display:block;
}

.ind_tech_img .imglist a img {
    margin:-43px -45px -70px;
    display:block;
    height:480px;
    width:760px;
}

.ind_tech_img .imglist a:hover img {
    transform:scale(1.06);
}

.ind_tech_img .imglistBG {
    position:absolute;
    width:684px;
    z-index:1;
    left:0;
}

.ind_case {
    padding:56px 0 92px;
    /*background:#fff;*/
}

.ind_case_info {
}

.ind_case_info ul {
    margin-top:65px;
}

.ind_case_info ul li {
    margin-right:27px;
    float:left;
}

.ind_case_info ul li:nth-child(3n) {
    margin-right:0;
}

.ind_case_info ul li a {
    background-repeat:no-repeat;
    background-position:center;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    display:block;
    height:252px;
    width:382px;
}

.ind_case_info ul li a p {
    background:rgba(1,33,79,0.4);
    position:relative;
    text-align:center;
    height:252px;
    width:382px;
    z-index:10;
}

.ind_case_info ul li a:hover p {
    transform:scale(1.25);
    opacity:0;
}

.ind_case_info ul li a p span {
    transform:translateY(-50%);
    position:relative;
    text-align:center;
    line-height:36px;
    padding:0 10px;
    font-size:21px;
    display:block;
    color:#fff;
    top:50%;
}

.ind_case_info ul li a img {
    position:absolute;
    display:block;
    height:252px;
    width:382px;
    z-index:1;
    top:0;
}

.ind_case_info ul li a:hover img {
    transform:scale(1.06);
}

.ind_case_info .ind_abo_more, .ind_news .ind_abo_more {
    margin:64px auto 0;
    color:#fff;
}

/******************  视频列表样式  *********************/

.banner {
    height:calc(100vw * 830 / 1920);
    overflow:hidden;
    width:100vw;
}

.home_banner {
    transform:translate(-50%);
    position: relative;
    display:block;
    width:100%;
    left: 50%;
    top: 50%;
}

.banner .mainbody {
    padding-top:0;
    top:13vw;
}

.banner .bs-slider {
    max-height:954px;
}

.video_banner {
    /*height:calc(100vw * 410 / 1920);*/
    position:relative;
    overflow:hidden;
    width:100vw;
}

.video_banner img:first-child {
    position:relative;
    z-index:1;
}

.video_banner img:nth-child(2) {
    height:calc(100vw * 410 / 1920);
    position:absolute;
    width:100vw;
    z-index:19;
    left:0;
    top:0;
}

.scale_banner img:first-child {
    transform:scale(1.05);
}

.banner_main {
    position:absolute;
    text-align:center;
    bottom:155px;
    width:100%;
    color:#fff;
    z-index:10;
}

.banner_entitle {
    /*animation: fadeinB 2s;*/
    font-family:arial;
    text-transform:uppercase;
    line-height:133px;
    font-size:80px;
}

.banner_border {
    /*animation: fadeinB 2s;*/
    margin:0 auto;
    background:#fff;
    height:4px;
    width:62px;
}

.banner_cntitle {
    /*animation: fadeinB 2s;*/
    line-height:76px;
    font-size:30px;
}

.video_banner .titline {
    /*animation: fadeinB 2s;*/
    transform:translateY(-50%);
    position:absolute;
    margin-left:-600px;
    z-index:19;
    left:50%;
    top:50%;
}

.video_banner .entitle {
    /*animation: fadeinB 2s;*/
    text-transform:uppercase;
    font-weight:bold;
    line-height:41px;
    font-size:17px;
    color:#0b4390;
}

.video_banner .cntitle {
    /*animation: fadeinB 2s;*/
    font-weight:bold;
    line-height:58px;
    font-size:34px;
    color:#000;
}

.inner_nav {
    /*border-bottom:solid 1px #efefef;*/
    border-left:solid 4px #013b99;
    margin-bottom:26px;
    padding-left:10px;
    line-height:20px;
    font-size:18px;
    color:#000;
}

.aboutsort li {
    width:25% !important;
}

.aboutsort li a {
    width:100% !important;
}

.model_Nav {
    position:fixed;
    width:186px;
    top:98px;
    z-index:99;
    right:-150px;
}

.model_Nav.inactive {
    right:-150px;
}

.model_Nav.active {
    right:0;
}

.model_Nav_btn {
    background-image: linear-gradient(to right, #01bcff , #3690f0);
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    margin-top:-69px;
    position:absolute;
    padding-left:4px;
    height:138px;
    width:36px;
    top:50%;
    z-index:99;
    left:0;
}

.model_Nav_btn a {
    background:url(../edimg/mobile/mob_abicon.png) no-repeat center 19px;
    background-size:17px 17px;
    writing-mode:vertical-rl;
    padding-top:8px;
    text-align:center;
    line-height:32px;
    height:138px;
    display:block;
    color:#fff;
}

.model_Nav ul {
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    border:solid 1px #e5e5e5;
    overflow:hidden;
    background:#fff;
    float:right;
    width:150px;
}

.model_Nav ul li {
    border-top:solid 1px #e5e5e5;
}

.model_Nav ul li:first-child {
    border-top:none;
}

.model_Nav ul li a {
    font-size: 14px;
    line-height: 24px;
    padding: 9px 17px;
    text-align: center;
    display:block;
}

.model_Nav ul li.active {
    background-image: linear-gradient(to right, #01bcff , #3690f0);
}

.model_Nav ul li.active a {
    color:#fff;
}

.mobilelist {
    margin:0 0 30px;
    padding:0 5px;
}

.mobilelist li {
    padding:7px 5px;
}

.mobilelist li a {
    border-radius:5px;
    display:block;
    overflow:hidden;
}

.mob_fontlist {
    margin:0 0 30px;
    padding:0 5px;
}

.mob_fontlist li {
    padding:12px 5px;
}

.mob_fontlist li a {
    position:relative;
    display:block;
}

.mob_fontlist li a img {
    border-radius:5px;
    display:block;
    overflow:hidden;
}

    .mob_fontlist li a p {
        text-align:center;
        line-height:22px;
        margin-top:6px;
        font-size:12px;
        width:100%;
        color:#000;
    }

.syslist {
    margin:25px 0 30px;
    padding:0 5px;
}

.syslist li {
    padding:12px 5px;
}

.syslist li a {
    border-radius:5px;
    background:#fff;
    display:block;
    overflow:hidden;
}

    .syslist li a p {
        text-align:center;
        line-height:36px;
        margin-top:6px;
        font-size:12px;
        width:100%;
        color:#000;
    }

.mob_videolist {
    margin:0 0 30px;
    padding:0 5px;
}

.mob_videolist li {
    padding:12px 5px;
}

.mob_videolist li a {
    position:relative;
    border-radius:5px;
    background:#fff;
    display:block;
    overflow:hidden;
}

.mob_videolist li a img {
    border-radius:5px;
    display:block;
    overflow:hidden;
}

    .mob_videolist li a img.video_icon {
        margin:-30px 0 0 -30px;
        position:absolute;
        display:block;
        border:none;
        height:60px;
        width:60px;
        z-index:10;
        left:50%;
        top:50%;
    }

    .mob_videolist li a p {
        text-align:center;
        line-height:16px;
        padding:5px 8px;
        font-size:12px;
        width:100%;
        color:#000;
    }

.ctac_body {
    background:url(../edimg/video-05.png) repeat center;
    position:relative;
    height:100%;
    /*height:816px;*/
}

.ctac_BG {
    background:url(../edimg/video-04.jpg) no-repeat center top;
    height:816px;
}

.ctac_main {
    /*background:url(../edimg/video-05.png) repeat center;*/
    background: #5d5d5d;
    margin-left:-400px;
    margin-top:-174px;
    position:absolute;
    padding:27px 88px;
    height:503px;
    width:800px;
    left:50%;
    top:50%;
}

.ctac_cross {
    position:absolute;
    cursor:pointer;
    display:block;
    height:20px;
    width:20px;
    right:15px;
    top:15px;
}

.ctac_main .ind_ctac_title {
    margin-top:0;
    text-align:center;
    position:relative;
    line-height:26px;
    right:auto;
    top:auto;
}

.ctac_main .ind_ctac_item {
    padding-right:12px;
    margin-bottom:22px;
    width:312px;
    float:left;
}

.ctac_main .ind_ctac_tel {
    margin-top:8px;
    line-height:26px;
    margin-bottom:12px;
    font-size:18px;
    color:#fff;
}

.ctac_main .ind_ctac_item:nth-child(2n) {
    padding-left:12px;
    padding-right:0;
    text-align:right;
}

.ctac_main .ind_ctac_tel:nth-child(4) {
    padding-left:0;
    padding-right:12px;
    text-align:left;
}

.ctac_main .ind_ctac_tel:nth-child(5) {
    padding-left:12px;
    padding-right:0;
    text-align:right;
}

.ctac_main .ind_ctac_subline .ind_ctac_ask {
    float:left;
    width:188px;
    font-size:14px;
}

/*****************  新闻中心  *******************/

.newssort {
    margin-left:-195px;
    width:391px;
}

.newslist {
    padding: 0 10px;
}

    .newslist li {
        border-top:solid 1px #e5e5e5;
        padding:33px 30px;
        margin-top:15px;
        background:#fff;
    }

    .newslist li:first-child {
        border-top:none;
    }

.newslist_title {
    overflow:hidden;
    line-height:18px;
    font-size:14px;
    height:36px;
    color:#000;
}

.newslist_title:hover {
    color:#013b99;
}

.newslist_date {
    padding-top:16px;
    line-height:18px;
    font-size:12px;
    color:#b3b3b3;
}

.newslist_textline {
    overflow:hidden;
    margin-top:20px;
    height:82px;
}

.newslist_text {
    text-align:justify;
    line-height:30px;
    font-size:14px;
    color:#717171;
    width:630px;
    float:left;
}

.newslist_more {
    margin-top:60px;
    line-height:30px;
    font-size:14px;
    color:#007fff;
    float:right;
}

.newslist_more:hover {
    color:#007fff;
}

.article-metas .metas-body {
    margin: 20px auto;
}

.article-text{
    font-size:16px;
    color:#000;
}

.article-text img {
    max-width:100%;
}

/*****************  产品中心  *******************/

.prosort {
    margin-left:-585px;
    width:1171px;
}

.prosort li {
        width:234px !important;
    }

    .prosort li a {
        width:234px !important;
    }

.new_prosort {
    margin-left:-585px;
    width:1170px;
}

.new_prosort li {
        width:167px !important;
    }

    .new_prosort li a {
        width:167px !important;
    }

.pro_body, .about_body, .news_body, .case_body, .video_body {
    margin:0 auto 54px;
    width:1200px;
}

.newsdet_body {
    margin:54px auto;
    width:1200px;
}

.about_titline {
    background:url(../edimg/about-02.png) no-repeat right center;
    padding:0 39px 0 4px;
    margin-top:70px;
    float:left;
}

.about_titline .entitle {
    font-family:arial;
    text-transform:uppercase;
    line-height:30px;
    font-size:40px;
    color:#ededed;
}

.about_titline .cntitle {
    color:#000;
    font-size:29px;
    line-height:35px;
    font-weight:bold;
}

.prosearch_btn {
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border: #d5d5d5 1px solid;
    background:#fff;
    cursor:pointer;
    padding: 10px;
    width: 62px;
    margin-top:-31px;
    position:fixed;
    z-index:10;
    top:50%;
    left:0;
}

.prosearch_block {
    border: #d5d5d5 1px solid;
    padding-bottom: 20px;
    background:#fff;
    padding-left: 0px;
    padding-right: 0px;
    width: 252px;
    margin-top:-93px;
    position:fixed;
    z-index:10;
    top:50%;
    right:-252px;
}

    .prosearch_block.active {
        animation: prosearchOn 1s linear;
        right:83px;
    }

    .prosearch_block.inactive {
        animation: prosearchOff 1s linear;
        right:-252px;
    }

.prosearch_block I{
   position: absolute;
    width: 20px;
    display: block;
    background: url(../edimg/kf/white_close.png) no-repeat right center;
    height: 20px;
    top: 2px;
    right: 2px;
    cursor:pointer;
}

.prosearch_title {
    background: #013b99;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.prosearch_form {
    margin:20px 18px 0;
    width:216px;
}

.prosearch_form select {
    line-height:32px;
    margin:10px 0;
    height:32px;
    width:216px;
    color:#b5b5b5;
    font-size:14px;
}

input[name="prosearch"] {
    margin:10px 0;
    background:#013b99;
    text-align:center;
    line-height:32px;
    width:216px;
    color:#fff;
    font-size:14px;
}

/* 打开产品搜索动画 */
@-webkit-keyframes prosearchOn{
    0%{right:-252px;display:block;}
    100%{right:83px;}
}
@-moz-keyframes prosearchOn{
    0%{right:-252px;display:block;}
    100%{right:83px;}
}
@-ms-keyframes prosearchOn{
    0%{right:-252px;display:block;}
    100%{right:83px;}
}
@keyframes prosearchOn{
    0%{right:-252px;display:block;}
    100%{right:83px;}
}

/* 关闭产品搜索动画 */
@-webkit-keyframes prosearchOff{
    0%{right:83px;display:block;}
    100%{right:-252px;display:none;}
}
@-moz-keyframes prosearchOff{
    0%{right:83px;display:block;}
    100%{right:-252px;display:none;}
}
@-ms-keyframes prosearchOff{
    0%{right:83px;display:block;}
    100%{right:-252px;display:none;}
}
@keyframes prosearchOff{
    0%{right:83px;display:block;}
    100%{right:-252px;display:none;}
}

.mob_prolist {
        padding:0 5px;
}

    .mob_prolist li {
        padding:8px 5px;
    }

    .mob_prolist li .prolist_block {
        background:#fff;
        border-radius:5px;
        overflow:hidden;
        padding:12px;
    }

    .mob_prolist li .prolist_block a .prolist_title {
        text-align:center;
        line-height:18px;
        font-size:12px;
        color:#000;
    }

.mobpro_btn {
    padding-top:5px;
}

.mobpro_btn a {
    line-height:14px;
    text-align:center;
    font-size:0.7rem;
}

    .prolist_btnlist a.add_to_trast {
        background-image:url(../edimg/products-06.jpg);
    }

    .prolist_btnlist a.playvideo {
        background-image:url(../edimg/products-05.jpg);
    }

.prolist_video_BG {
    background:rgba(255,255,255,0.4);
    position:fixed;
    height:100vh;
    width:100vw;
    z-index:999;
    display:none;
    left:0;
    top:0;
    }

.prolist_video {
    transform:translate(-50%,-50%);
    border:solid 1px #ccc;
    position:absolute;
    background:#fff;
    width:1200px;
    height:720px;
    left:50%;
    top:50%;
    }

.prolist_video_close {
    background:url(../edimg/contrast.png) no-repeat center;
    position:absolute;
    cursor:pointer;
    display:block;
    float:right;
    z-index:19;
    height:25px;
    width:25px;
    right:5px;
    top:5px;
    }

.prolist_video_title {
    border-left:solid 5px #0145b9;
    margin:60px 0 30px 100px;
    padding-left:5px;
    line-height:18px;
    font-size:16px;
    color:#000;
    width:75%;
}

.prolist_video video {
    margin:0 auto;
    display:block;
    width:1000px;
    height:562px;
}

.pro_trast_body {
    border:solid 1px #efefef;
    background:#fff;
    position:fixed;
    display:none;
    height:175px;
    z-index:999;
    bottom:0;
}

.pro_trast_titline {
    border-bottom:solid 1px #efefef;
    padding:7px 10px;
    text-align:center;
}

.pro_trast_titline .title {
    line-height:22px;
    font-size:12px;
    color:#000;
}

.pro_trast_titline .hidebtn {
    line-height:22px;
    font-size:12px;
    cursor:pointer;
    color:#ff6900;
}

.pro_trast_titline .trast_btn {
        line-height:22px;
        font-size:12px;
        display:block;
        color:#ff5800;
    }

    .pro_trast_titline .clear_btn {
        line-height:22px;
        font-size:12px;
        color:#000;
    }

.pro_trast_body ul {
    margin-top:9px;
    height:119px;
}

.pro_trast_body li {
    border-right:solid 1px #efefef;
    padding:0 10px;
    float:left;
    height:119px;
}

.pro_trast_body li a {
    text-align:center;
    /*height:119px;
    width:257px;*/
}

.pro_trast_body li a p {
    line-height:20px;
    padding:8px 0;
    font-size:12px;
    color:#000;
}

/*****************  产品详情  *******************/

.gray_BG {
    background-color:#f6f6f6;
}

.gray_dark_BG {
    background-color:#efefef;
}

.showpro_nav {
    border-bottom:solid 1px #dcdcdc;
    background: #f5f6f7;
    padding:3px 0 0;
    height:76px;
    width:100vw;
}

.showpro_nav ul {
    transform:translateX(-50%);
    position:relative;
    float:left;
    left:50%;
}

.showpro_nav ul li {
    padding:0 16px;
    float:left;
}

.showpro_nav ul li a {
    line-height:72px;
    font-size:20px;
    display:block;
    padding:0 2px;
    cursor:pointer;
    color:#000;
}

.showpro_nav ul li.active a {
    border-bottom:solid 1px #0d5fcc;
    color:#0d5fcc;
}

.proinfo_BG {
    background-position:center top;
    background-repeat:no-repeat;
    /*background-size:cover;*/
    position:relative;
    overflow:hidden;
    height:780px;
    padding:0;
}

    .proinfo_BG.showpro_videomain {
        height:600px;
    }

    .proinfo_BG.showpro_videomain video {
        margin:46px auto 0;
    }

.showpro_info {
    /*transform:translateY(-60%);*/
    transform:translateY(-50%);
    position:absolute;
    width:600px;
    top:50%;
    /*top:45%;*/
}

.showpro_info_left {
    margin-left:-600px;
    left:50%;
}

.showpro_info_right {
    margin-right:-600px;
    right:50%;
}

a.showpro_img {
    position:absolute;
    margin-top:-300px;
    height:600px;
    width:600px;
    top:50%;
}

.showpro_img_left {
    right:50%;
}

.showpro_img_right {
    left:50%;
}

.showpro_wholeblock a.showpro_img {
    /*transform:translate(-50%,0);*/
    position:absolute;
    margin-top:0;
    top:auto;
    left:50%;
    bottom:0;
}

.showpro_info .showpro_titline {
    padding:0 0 0 92px;
}

.showpro_info .showpro_titline .title {
    font-weight:bold;
    line-height:42px;
    font-size:32px;
    color:#000;
}

.showpro_info .showpro_titline .title span {
    margin-right:55px;
}

.showpro_info .showpro_titline .title i {
    padding-left:5px;
}

.showpro_info_left .showpro_titline .title i:nth-child(2) {
    color:#198eff;
}

.showpro_info_left .showpro_titline .title i:nth-child(3) {
    color:#8dc5fb;
}

.showpro_info_left .showpro_titline .title i:nth-child(4) {
    color:#cde3f8;
}

.proinfo_BG.active .showpro_info_left .showpro_titline .title i:nth-child(2) {
    animation: dark_blue_shine 1s infinite;
}

.proinfo_BG.active .showpro_info_left .showpro_titline .title i:nth-child(3) {
    animation: blue_shine 1s infinite;
}

.proinfo_BG.active .showpro_info_left .showpro_titline .title i:nth-child(4) {
    animation: light_blue_shine 1s infinite;
}

.showpro_info_right .showpro_titline .title i:nth-child(2) {
    color:#cde3f8;
}

.showpro_info_right .showpro_titline .title i:nth-child(3) {
    color:#8dc5fb;
}

.showpro_info_right .showpro_titline .title i:nth-child(4) {
    color:#198eff;
}

.proinfo_BG.active .showpro_info_right .showpro_titline .title i:nth-child(2) {
    animation: light_blue_shine 1s infinite;
}

.proinfo_BG.active .showpro_info_right .showpro_titline .title i:nth-child(3) {
    animation: blue_shine 1s infinite;
}

.proinfo_BG.active .showpro_info_right .showpro_titline .title i:nth-child(4) {
    animation: dark_blue_shine 1s infinite;
}

.showpro_info_right .showpro_titline {
    padding:0 0 0 156px;
}

.showpro_info .showpro_titline .text {
    line-height:22px;
    margin-top:22px;
    /*font-size:12px;*/
    color:#010101;
}

.showpro_wholeblock .showpro_info {
    transform: translateY(0);
    position: relative;
    text-align:center;
    z-index:99;
    width: 100%;
    padding: 0;
    top: 40px;
}

.showpro_wholeblock .showpro_info .showpro_titline .title span {
    margin-right: 0;
}

.showpro_info .showpro_titline .border {
    font-weight: bold;
    line-height: 42px;
    font-size: 32px;
    margin-top:13px;
}

.showpro_wholeblock .showpro_info .showpro_titline .border i {
    padding-left:5px;
}

.showpro_wholeblock .showpro_info .showpro_titline .border i:first-child {
    color:#198eff;
    padding-left:0;
}

.showpro_wholeblock .showpro_info .showpro_titline .border i:nth-child(2) {
    color:#8dc5fb;
}

.showpro_wholeblock .showpro_info .showpro_titline .border i:nth-child(3) {
    color:#cde3f8;
}

.showpro_wholeblock.active .showpro_info .showpro_titline .border i:first-child {
    animation: dark_blue_shine 1s infinite;
}

.showpro_wholeblock.active .showpro_info .showpro_titline .border i:nth-child(2) {
    animation: blue_shine 1s infinite;
}

.showpro_wholeblock.active .showpro_info .showpro_titline .border i:nth-child(3) {
    animation: light_blue_shine 1s infinite;
}

.showpro_info .showpro_sellpoint {
    padding:36px 0 0;
}

.showpro_info .showpro_sellpoint li {
    padding:36px 0 0 40px;
    float:left;
}

.showpro_info .showpro_sellpoint li:nth-child(3n+1) {
    padding-left:0;
}

.showpro_info .showpro_sellpoint li .title {
    text-align:center;
    font-weight:bold;
    line-height:40px;
    font-size:30px;
    color:#198eff;
}

.showpro_info .showpro_sellpoint li .text {
    line-height:26px;
    font-size:14px;
    color:#282828;
}

/*.showpro_twocol_sellmain .showpro_info, .showpro_threecol_sellmain .showpro_info {
    transform: translateY(-50%);
    top: 50%;
}*/

.showpro_short_sellmain {
    height:400px;
}

.showpro_info .showpro_onecol_sell {
    margin-top:63px;
}

.showpro_info .showpro_onecol_sell li {
    padding:43px 0 0;
}

.showpro_info .showpro_onecol_sell li img {
    display:block;
    height:59px;
    width:59px;
    float:left;
}

.showpro_info .showpro_onecol_sell li .text {
    padding:10px 22px;
    line-height:19px;
    font-size:13px;
    color:#000;
    float:left;
}

.showpro_info .showpro_onecol_sell li .text p {
    font-weight:bold;
}

.showpro_info .showpro_twocol_sell {
    margin-top:43px;
}

.showpro_info .showpro_twocol_sell li {
    padding:25px 0 0;
}

.showpro_info .showpro_twocol_sell li img {
    display:block;
    height:47px;
    width:47px;
    float:left;
}

.showpro_info .showpro_twocol_sell li .text {
    line-height:23px;
    font-size:13px;
    padding:0 18px;
    color:#525252;
    float:left;
}

.showpro_info .showpro_threecol_sell {
    margin:43px 0 0 -40px;
    width:480px;
}

.showpro_info .showpro_threecol_sell li {
    padding:25px 0 0;
}

.showpro_info .showpro_threecol_sell li img {
    margin:0 auto;
    display:block;
    height:47px;
    width:47px;
}

.showpro_info .showpro_threecol_sell li .text {
    padding:6px 20px 0;
    text-align:center;
    line-height:23px;
    font-size:13px;
    color:#525252;
}

.showpro_wholeblock .showpro_info .showpro_titline {
    padding: 15px 0 0;
}

.showpro_wholeblock a.showpro_img {
    margin-left: -300px;
    margin-top: -250px;
    height: 500px;
    width: 600px;
    z-index:1;
}

.showpro_wholeblock .showpro_sellpoint {
    transform:translateX(-50%);
    position:absolute;
    z-index:19;
    left:50%;
    top:0;
}

a.showpro_img > img {
    /*-webkit-animation-name:moreSpSmallPos;-moz-animation-name:moreSpSmallPos;-ms-animation-name:moreSpSmallPos;animation-name:moreSpSmallPos;
    -webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;*/
    transform:translate(-50%,-50%);
    position:absolute;
    left:50%;
    top:50%;
}

a.showpro_img:hover > img {
    /*-webkit-animation-name:moreSpBigPos;-moz-animation-name:moreSpBigPos;-ms-animation-name:moreSpBigPos;animation-name:moreSpBigPos;
    -webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;*/
    transform:translate(-50%,-50%) scale(1.05);
}

.showpro_wholeblock a.showpro_img > img {
    /*-webkit-animation-name:moreSmallPos;-moz-animation-name:moreSmallPos;-ms-animation-name:moreSmallPos;animation-name:moreSmallPos;
    -webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;*/
    transform:translateX(-50%);
    top:auto;
    bottom:0;
}

.showpro_wholeblock a.showpro_img:hover > img {
    /*-webkit-animation-name:moreBigPos;-moz-animation-name:moreBigPos;-ms-animation-name:moreBigPos;animation-name:moreBigPos;
    -webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;*/
    transform:translateX(-50%) scale(1.05);
    top:auto;
    bottom:0;
}

.proinfo_border {
    margin:20px auto 22px;
    background:#013b99;
    width:56px;
    height:3px;
}

    .proinfo_twolist {
        margin:78px auto 0;
        width:1400px;
    }

    .proinfo_twolist li {
        text-align:justify;
        border-radius: 6px;
        background: rgba(255,255,255,0.6);
        padding:20px;
        margin:0 75px;
        height:300px;
        width:550px;
        float:left;
    }

    .proinfo_twolist li .title {
        font-weight:bold;
        line-height:36px;
        font-size:18px;
        color:#000;
    }

    .proinfo_twolist li .text {
        margin-top:8px;
        line-height:30px;
        font-size:16px;
        color:#444444;
    }

    .proinfo_threelist {
        padding-top:55px;
        margin:0 auto;
        width:1090px;
    }

    .proinfo_threelist li {
        text-align:justify;
        border-radius: 6px;
        background: rgba(255,255,255,0.6);
        padding:26px 20px;
        margin:0 20px;
        height:250px;
        width:323px;
        float:left;
    }

    .proinfo_threelist li .title {
        font-weight:bold;
        line-height:36px;
        font-size:18px;
        color:#000;
    }

    .proinfo_threelist li .text {
        margin-top:14px;
        line-height:30px;
        font-size:16px;
        color:#444444;
    }

        .threedlist_BG {
            background-size:1768px 718px;
            height:718px;
        }

    .proinfo_threedlist {
        margin:0 auto;
        padding-top:262px;
        width:1090px;
    }

    .proinfo_threedlist li {
        text-align:justify;
        border-radius: 6px;
        background: rgba(255,255,255,0.6);
        padding:26px 20px;
        margin:0 20px;
        height:250px;
        width:323px;
        float:left;
    }

    .proinfo_threedlist li .title {
        font-weight:bold;
        line-height:36px;
        font-size:18px;
        color:#000;
    }

    .proinfo_threedlist li .text {
        margin-top:14px;
        line-height:30px;
        font-size:16px;
        color:#444444;
    }

    .proinfo_BG .about_titline .cntitle {
        font-size:28px
}

.proinfo_BG .about_company_text {
    margin-right:auto;
    margin-left:auto;
    font-size: 16px;
    width:1050px;
}

.proinfo_BG .threeline {
    overflow:hidden;
    height:108px;
}

.proinfo_videoblock {
    margin:78px auto 0;
    width:1170px;
}

.proinfo_video {
    border:solid 5px #fff;
    height:320px;
    width:560px;
}

.proinfo_video video {
    background:#000;
    height: 310px;
    width: 550px;
}

.proinfo_video_only {
    border:solid 5px #fff;
    margin:0 auto;
    height:497px;
    width:876px;
    overflow:hidden;
}

.proinfo_video_only video {
    background:#000;
    height: 487px;
    width: 866px;
}

    .proinfo_onelist {
        width:560px;
    }

    .proinfo_onelist li {
        margin-top:54px;
    }

    .proinfo_onelist li:first-child {
        margin-top:-3px;
    }

    .proinfo_onelist li .title {
        font-weight:bold;
        line-height:36px;
        font-size:18px;
        color:#000;
    }

    .proinfo_onelist li .text {
        margin-top:18px;
        line-height:24px;
        font-size:16px;
        color:#000;
    }

.proinfo_leftext {
    position:absolute;
    margin-left:-700px;
    margin-top:182px;
    width:640px;
    left:50%;
}

.proinfo_rightext {
    position:absolute;
    margin-right:-700px;
    margin-top:182px;
    width:540px;
    right:50%;
}

.proinfo_leftext .about_titline, .proinfo_rightext .about_titline, .proinfo_leftext .about_titline .cntitle, .proinfo_rightext .about_titline .cntitle {
    text-align:left;
}

    .proinfo_leftext .proinfo_border, .proinfo_rightext .proinfo_border {
        margin-left:0;
    }

    .proinfo_leftext .content, .proinfo_rightext .content {
        line-height:36px;
        font-size:16px;
        color:#444;
    }

.proinfo_basicinfo {
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:20px;
    height:1000px;
}

.proinfo_basicinfo ul {
    padding-top:12px;
    margin:0 auto;
    width:1170px;
}

.proinfo_basicinfo ul li {
    border-top:solid 1px #cfcfcf;
    padding:26px 0;
}

.proinfo_basicinfo ul li:first-child {
    border-top:none;
}

    .proinfo_basicinfo ul li .info {
        width:700px;
    }

    .proinfo_basicinfo ul li .info .title {
        font-weight:bold;
        line-height:36px;
        font-size:18px;
        color:#0191cd;
    }

    .proinfo_basicinfo ul li .info .text {
        line-height:30px;
        font-size:16px;
        color:#444444;
    }

    .proinfo_basicinfo ul li img {
        display:block;
        height:200px;
        width:250px;
    }

.proinfo_single_img {
    background-color:#fff;
    height:auto;
}

.proinfo_simg {
    margin-left:-960px;
    position:relative;
    width:1920px;
    display:block;
    left:50%;
}

.proinfo_simg_btn {
    background:#013b99;
    text-align:center;
    margin:20px auto 80px;
    line-height: 36px;
    display:block;
    color:#fff;
    width:300px;
}

.proinfo_simg_btn:hover {
    color:#fff;
}

.proinfo_sample {
    background-position:center top;
    background-repeat:no-repeat;
    background-color:#f5f6f7;
    background-size:cover;
    padding-top:60px;
    height:900px;
}

    .proinfo_imglist {
        margin:40px auto 0;
        width:1160px;
    }

    .proinfo_imglist li {
        margin:20px;
        height:250px;
        width:250px;
        float:left;
    }

    .proinfo_reclist {
        margin:40px auto 0;
        width:1160px;
    }

    .proinfo_reclist li {
        padding:20px;
        float:left;
    }

    .proinfo_reclist li a {
        display:block;
    }

    .proinfo_reclist li p {
        text-align:center;
        margin-top: 14px;
        line-height: 30px;
        font-size: 16px;
        color: #444444;
    }

.showpro_main {
    min-height:780px;
    display:none;
}

.showpro_main.active {
    display:block;
}

.proinfo_parabody {
    padding:40px 0 40px 60px;
    margin: 0 auto;
    width:1200px;
}

.showpro_videobody {
    padding-top:53px;
    margin:0 auto;
    height:728px;
    width:1200px;
}

.proinfo_paramain {
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    padding:65px 0 30px;
    margin:0 auto;
}

    .proinfo_paramain .titline {

    }

.proinfo_paramain_tips {
    padding-bottom:5px;
    text-align:right;
    line-height: 20px;
    font-size: 12px;
    color: #848484;
}

.proinfo_paralist {
    padding:12px 0 0 50px;
    width:920px;
    float:left;
}

.proinfo_paralist ul li {
    padding:0 116px 25px 30px;
    text-align:left;
    line-height:26px;
    font-size:16px;
    color:#000;
    width:613px;
    float:left;
}

.proinfo_paralist ul li:first-child {
    padding:0 50px 25px 16px;
    text-align:right;
    width:257px;
}

.proinfo_industry {
    border-top:solid 2px #d4d4d4;
    padding:65px 0;
}

.proinfo_paramain .titline, .proinfo_industry .titline {
    text-align:center;
    width:220px;
    float:left;
}

.proinfo_paramain .cntitle, .proinfo_industry .cntitle {
    font-weight:bold;
    line-height:58px;
    font-size:28px;
    color:#000;
}

    .proinfo_industry .imglist {
        padding:0 0 0 50px;
        width:821px;
        float:left;
    }

    .proinfo_industry .imglist li {
        padding:16px;
        float:left;
    }

    .proinfo_industry .imglist li a {
        position:relative;
        overflow:hidden;
        display:block;
        height:132px;
        width:225px;
    }

    .proinfo_industry .imglist li a .text {
        background:rgba(0,0,0,0.4);
        position:relative;
        display:block;
        height:132px;
        width:225px;
        z-index: 10;
    }

    .proinfo_industry .imglist li a .text p {
        transform:translate(-50%,-50%);
        position:absolute;
        text-align:center;
        line-height:30px;
        font-size:18px;
        padding:10px;
        display:block;
        color:#fff;
        left:50%;
        top:50%;
    }

    .proinfo_industry .imglist li a img {
        position:absolute;
        display:block;
        height:132px;
        width:225px;
        z-index:1;
        left:0;
        top:0;
    }

    .proinfo_industry .imglist li a:hover img {
        transform:scale(1.06);
    }

.white_Font {
    color:#fff !important;
}

/*****************  产品对比  *******************/

.procontrast_nav {
    border-bottom:solid 1px #d2d2d2;
    padding:46px 0 0;
}

.procontrast_nav .inner_nav {
    border-left: solid 6px #013b99;
    padding-left:10px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.procontrast_main {
    margin:50px 0 68px; 
}
        .procontrast_main ul{
            /*width: 244px !important;*/
            width: 230px !important;
            position:relative;
            padding:14px 17px 0;
            margin-left:12px;
            background:#fff;
            float: left;
        }

.procontrast_main ul.procontrast_titlelist {
    padding:14px 16px 0 0; 
    margin-left:0;
    background:none;
    width:176px;
}

        .procontrast_main ul.procontrast_last {
            background:url(../edimg/contrast-02.jpg) #fff no-repeat center;
        }

        .procontrast_main ul li{
            border-bottom: solid 1px #efefef;
            /*text-transform:uppercase;*/
            padding:14px 20px;
            /*text-align:center;*/
            line-height:22px;
            font-size:14px;
            min-height:50px;
            color:#000;
        }

        .procontrast_main ul.procontrast_last li {
            border-bottom: solid 1px transparent;
            padding:14px 9px;
        }

.procontrast_main ul.procontrast_titlelist li {
    text-align:right;
    padding:14px 0;
}

        .procontrast_main ul li img{
            height:114px;
            margin:0 auto;
            display:block;
        }

        .procontrast_main ul li:first-child{
            border-bottom:none;
            padding-bottom:0;
            height:128px;
        }

        .procontrast_main ul li:nth-child(2){
            min-height:96px;
        }

        .procontrast_main ul li:nth-child(2) p:first-child{
            text-transform:uppercase;
            line-height:28px;
            font-size:26px;
            color:#000;
        }

        .procontrast_main ul li:nth-child(2) p:last-child{
            text-transform:uppercase;
            line-height:30px;
            font-size:18px;
            color:#013b99;
        }

        .procontrast_main ul li .sel_prd {
            line-height: 32px;
            margin: 0 auto;
            height: 32px;
            width: 192px;
            font-size: 14px;
        }

.procontrast_itemclose {
    background:url(../edimg/contrast.png) no-repeat center;
    position:absolute;
    display:block;
    cursor:pointer;
    height:25px;
    width:25px;
    z-index:19;
    right:4px;
    top:4px;
}

.procontrast_itemadd {
    border-radius:3px;
    background:#013b99;
    text-align:center;
    margin-top:6px;
    line-height:28px;
    cursor:pointer;
    display:block;
    width:110px;
    height:28px;
    color:#fff;
}

.procontrast_itemadd:hover, .procontrast_itemadd:active {
    color:#fff;
}

/*****************  技术研发  *******************/

.tech_block {
    padding:62px 0;
}

.rabimglist {
    margin:38px -12px 0;
}

.rabimglist li {
    margin:14px;
    float:left;
}

.rabimglist li img {
    display:block;
    height:240px;
    width:370px;
}

.tech_main {
    padding:16px 0 0 3px;
    height:446px;
    width:456px;
    float:left;
}

.tech_titline {
    border-left:solid 4px #b0b0b0;
    padding-left:16px;
    overflow:hidden;
    height:69px;
}

.tech_entitle {
    font-family:arial;
    text-transform:uppercase;
    line-height:18px;
    font-size:16px;
    color:#b0b0b0;
}

.tech_cntitle {
    line-height:72px;
    font-size:32px;
    color:#000;
}

.tech_text {
    color:#717171;
    margin-top:40px;
    line-height:36px;
    font-size:14px;
}

.tech_1stimg {
    height:447px;
    width:626px;
    float:right;
}

.tech_2ndimg {
    height:336px;
    width:518px;
    float:left;
}

.tech_imglist {
    margin-top:90px;
    height:247px;
    width:573px;
    float:right;
}

.tech_imglist ul li {
    margin-right:50px;
    float:left;
}

.tech_imglist ul li:nth-child(2) {
    margin-right:0;
}

.tech_imglist ul li a img {
    height:157px;
    width:261px;
}

.tech_page {
    margin-top:74px;
    float:right;
}

.tech_page a {
    line-height:20px;
    font-size:14px;
    color:#b0b0b0;
}

.tech_page a:hover {
    color:#000;
}

.sys_block {
    /*background:#f6f6f6;
    height:1230px;*/
}

.sys_block .proinfo_basicinfo {
    height:auto;
}

.sys_block .proinfo_basicinfo ul li {
    border-bottom:solid 1px #cfcfcf;
    border-top:none;
}

.sys_block .proinfo_basicinfo ul li img {
    width:auto;
}

.sys_title {
    text-align:center;
    line-height:48px;
    font-size:26px;
    color:#000;
}

.sys_1st_border {
    margin:30px auto 40px;
    background:#013b99;
    width:56px;
    height:3px;
}

.sys_text {
    /*text-align:center;*/
    padding:0 10px;
    line-height:26px;
    font-size:14px;
    color:#717171;
}

.sys_img {
    margin:40px 0 100px;
    display:block;
}

.sys_list {
    padding-top:36px;
}

.sys_list li {
    margin:34px 36px 34px 0;
    float:left;
}

.sys_list li:nth-child(3n) {
    margin-right:0;
}

.sys_list li a {
    display:block;
    height:244px;
    width:365px;
}

.sys_list li a p {
    margin-top:20px;
    text-align:center;
    line-height:18px;
    font-size:18px;
    color:#000;
}

.sys_list li a img {
    display:block;
    height:206px;
    width:365px;
}

.sys_last_border {
    background:#ff6900;
    margin:0 auto;
    width:366px;
    height:4px;
}

.achi_block {
    padding:62px 0;
}

.achi_list {
    margin-bottom:32px;
    padding:0 10px;
}

.achi_list li {
    margin:25px 0 0;
    float:left;
}

.achi_list li a {
    border-top:solid 1px #e2e2e2;
    border-radius:5px;
    overflow: hidden;
    display:block;
}

.achi_list li a .info {
    border:solid 1px #e2e2e2;
    text-align:center;
    line-height:38px;
    padding:2px 10px 0;
    border-top:none;
    color:#141a33;
    font-size:12px;
}

/*****************  关于宏山  *******************/

.about_body .ind_abo_tab {
    transform: translateX(0);
    left: 0;
}

.about_slogan {
    padding:82px 0 100px;
    margin:0 auto;
    clear:both;
    /*width:1050px;*/
}

.sloganlist {
    float:left;
    width:273px;
    height:218px;
    text-align:center;
}

.slogan_border {
    background:#e5e5e5;
    margin:0 15px;
    height:218px;
    float:left;
    width:1px;
}

.sloganlist img {
    margin:0 auto;
    display:block;
}

.sloganlist .cntitle {
    margin-top:5px;
    line-height:36px;
    font-size:26px;
    color:#000;
}

.sloganlist .entitle {
    text-transform:uppercase;
    line-height:24px;
    font-size:14px;
    color:#b3b3b3;
}

.sloganlist .text {
    margin-top:8px;
    line-height:20px;
    font-size:12px;
    color:#717171;
}

.about_company {
    background:#fff;
    position:relative;
}

.about_company_body {
    position:relative;
    padding:0 0 96px;
    margin:0 auto;
    width:1200px;
}

.about_company_main {

}

.about_company_main ul {
    padding:102px 0 0 4px;
}

.about_company_main ul li {
    padding-top:20px;
    float:left;
}

.about_company_main ul li p {
    float:left;
}

.about_company_main ul li .title {
    padding-top:14px;
    line-height:23px;
    font-size:19px;
    color:#313333;
}

.about_company_main ul li .num {
    line-height:39px;
    font-size:43px;
    color:#0145b9;
}

.about_company_main ul li .unit {
    padding-top:10px;
    line-height:27px;
    font-size:25px;
    color:#0145b9;
}

.about_company_main ul li .signal {
    font-weight:bold;
    padding-top:20px;
    line-height:18px;
    font-size:20px;
    color:#0145b9;
}

.about_company_main ul li .signaltext {
    padding-top:24px;
    line-height:14px;
    font-size:12px;
    color:#0145b9;
}

.about_company_text {
    position:relative;
    padding-left:4px;
    margin-top:26px;
    line-height:26px;
    color:#323333;
    z-index:19;
}

.about_base {
    padding-top:15px;
}

.about_base li {
    padding:17px 0 0 20px;
}

.about_base li p {
    text-align:center;
    /*padding-left:20px;*/
    line-height:41px;
    font-size:15px;
    color:#333;
}

.about_company_BG {
    position:relative;
    margin-left:-960px;
    width:1920px;
    left:50%;
    z-index:1;
}

.about_network {
    margin:0 0 102px;
}

.about_network_BG {
    margin:42px 0 0;
    clear:both;
}

.about_network_main ul li {
    padding:12px 40px 0 0;
    float:left;
}

.about_network_main ul li p {
    float:left;
}

.about_network_main ul li .title {
    line-height:19px;
    padding-top:4px;
    font-size:15px;
    color:#313333;
    clear:both;
}

.about_network_main ul li .num {
    line-height:39px;
    font-size:43px;
    color:#0145b9;
}

.about_network_main ul li .unit {
    padding-top:22px;
    line-height:19px;
    font-size:15px;
    color:#313333;
}

.about_network_main ul li .signal {
    font-weight:bold;
    padding-top:8px;
    line-height:29px;
    font-size:40px;
    color:#0145b9;
}

.about_network_main {
}

.about_network_text {
    padding:20px 0 0 50px;
    line-height:26px;
    font-size:16px;
    color:#5c5d5d;
}

.about_border {
    /*margin:10px auto 8px;
    background:#2449a4;
    width:28px;
    height:2px;*/
    display:none;
}

.about_develop {
    /*background:url(../edimg/about1204-02.jpg) no-repeat center calc(50% + 78px);*/
    position:relative;
    background:#fff;
    height:650px;
    padding:0;
    /*height:1862px;*/
}

.about_develop_body {
    position:relative;
    padding:0 0 96px;
    margin:0 auto;
    width:1200px;
    height:650px;
}

.about_develop_BG {
    position:absolute;
    margin-left:-600px;
    z-index:1;
    left:50%;
    bottom:20px;
}

.about_links {
    padding:0 0 88px;
}

.about_links ul {
    padding:58px 0 0 75px;
}

.about_links ul li {
    padding:10px 15px 0 0;
    float:left;
}

.about_links ul li:nth-child(5n) {
    padding-right:0;
}

.about_links ul li a {
    border:solid 1px #d0d1d2;
    display:block;
    height:87px;
    width:198px;
}

.about_links ul li a img {
    display:block;
    height:85px;
    width:196px;
}

.tech_1stblock_info {
    position:relative;
    height:473px;
}

.tech_title {
    position:relative;
    line-height:26px;
    font-size:20px;
    color:#0145b9;
    float:left;
}

.tech_border {
    position:relative;
    border:solid 1px #0145b9;
    border-right:none;
    width:7px;
    float:left;
}

.tech_1stblock_img {
    position:relative;
    display:block;
    float:right;
}

.tech_1stblock_info .tech_title {
    transform:translateY(-50%);
    margin-left:50px;
    top:50%;
}

.tech_1stblock_info .tech_border {
    transform:translateY(-50%);
    top:50%;
    margin-left:20px;
    height:233px;
}

.tech_1stblock_info .tech_sectitle {
    transform:translateY(-50%);
    position:relative;
    top:50%;
    margin-left:36px;
    line-height:21px;
    font-size:11px;
    color:#6f7170;
    float:left;
}

.tech_1stblock_info .tech_1stblock_img {
    transform:translateY(-50%);
    margin-right:25px;
    top:50%;
}

.tech_1stblock_info:first-child {
    height:auto;
}

.tech_1stblock_info:first-child .tech_title {
    transform:translateY(0);
    line-height:36px;
    font-size:28px;
    margin-left:0;
    float:none;
}

.tech_1stblock_info:first-child .tech_sectitle {
    transform:translateY(0);
    line-height:24px;
    font-size:14px;
    margin-left:0;
    color:#000;
    float:none;
}

.tech_1stblock_info:first-child .tech_1stblock_img {
    transform:translateY(0);
    margin:10px auto 0;
    float:none;
}

.tech_1stblock_info:nth-child(2) {
    margin-top:30px;
    background:#fff;
}

.tech_1stblock_info:nth-child(3) {
    margin:105px 0 66px;
}

.tech_1stblock_info:nth-child(3) .tech_border {
    margin-left:40px;
}

.tech_1stblock_info:nth-child(3) .tech_1stblock_img {
    margin-right:10px;
}

.tech_2stblock_info {
    position:absolute;
    height:650px;
    width:1200px;
    z-index:1;
}

.tech_2stblock_BG{
    position:relative;
    margin-top:32px;
    display:block;
    float:right;
}

.tech_2stblock_info .tech_title {
    margin:370px 0 0 95px;
}

.tech_2stblock_info .tech_border {
    margin:240px 0 0 38px;
    height:310px;
}

.tech_2stblock_info .tech_1stblock_img {
    margin:212px 0 0 34px;
    position:relative;
    display:block;
    float:left;
}

.tech_2stblock_info .tech_1stblock_img img {
    float:left;
}

.tech_2stblock_info .tech_1stblock_img img:last-child {
    margin-top:146px;
}

.tech_2stblock_info .tech_secborder {
    margin-top:163px;
    float:left;
}

.tech_2stblock_info .tech_secborder p:first-child {
    border-bottom:solid 1px #7c8cc2;
    height:100px;
    width:15px;
    float:left;
}

.tech_2stblock_info .tech_secborder p:nth-child(2) {
    border:solid 1px #7c8cc2;
    border-right:none;
    height:193px;
    width:19px;
    float:left;
}

.tech_3rdblock {
    margin:28px 0 110px 225px;
}

    .tech_3rdblock li {
        padding-top:52px;
    }

.tech_3rdblock .tech_title {
    border-left:solid 5px #0145b9;
    line-height:22px;
    padding-left:14px;
    color:#333;
}

.tech_3rdblock .tech_sectitle {
    line-height:30px;
    font-size:14px;
    color:#333;
    float:left;
}

.tech_3rdblock .tech_1stblock_img {
    padding:30px 0 0 162px;
    display:block;
    float:left;
    clear:both;
}

.about_contact {
    background:url(../edimg/about-36.jpg) no-repeat center;
    padding:25px 0 81px;
    height:275px;
}

.about_contact .entitle {
    color:#fff;
}

.about_contact .about_company_text {
    margin-top:16px;
    color:#000;
}

.about_contact ul {
    margin:82px auto 0;
    width:1110px;
}

.about_contact ul li {
    padding:0 48px;
    width:370px;
    float:left;
}

.about_contact ul li a {
    background-position:36px center;
    background-repeat:no-repeat;
    background-color:#fff;
    padding:19px 0 19px 92px;
    font-weight:bold;
    border-radius:8px;
    cursor:pointer;
    display:block;
    height:86px;
    width:274px;
    color:#5d5d5d;
}

    .about_contact .cnbtn {
        line-height:30px;
        font-size:16px;
    }

    .about_contact .enbtn {
        text-transform:uppercase;
        line-height:14px;
        font-size:12px;
    }

.about_contact ul li a:hover {
    background-color:#013b99;
    color:#fff;
}

    .about_contact ul li:first-child a {
        background-image:url(../edimg/about-30.jpg);
    }

    .about_contact ul li:nth-child(2) a {
        background-image:url(../edimg/about-29.jpg);
    }

    .about_contact ul li:nth-child(3) a {
        background-image:url(../edimg/about-31.jpg);
    }

    .about_contact ul li:first-child a:hover {
        background-image:url(../edimg/about-34.jpg);
    }

    .about_contact ul li:nth-child(2) a:hover {
        background-image:url(../edimg/about-33.jpg);
    }

    .about_contact ul li:nth-child(3) a:hover {
        background-image:url(../edimg/about-35.jpg);
    }

.about_honor {
    position:relative;
    height:450px;
}

.about_honor_BG {
    position:absolute;
    background:#fff;
    width:1020px;
    height:450px;
    left:90px;
}

.abohonor_data {
    transform:translateY(-50%);
    position:relative;
    top:50%;
}

.abohonor_data .maintitle {
    line-height:26px;
    font-size:20px;
    color:#333;
}

.abohonor_data ul {
    margin-top:8px;
}

.abohonor_data ul li {
    padding-top:12px;
}

.abohonor_data ul li .title {
    line-height:18px;
    font-size:12px;
    color:#5f5f5f;
    float:left;
}

.abohonor_data ul li .border {
    background:#3c52a2;
    border-radius:3px;
    margin-left:17px;
    height:18px;
    float:left;
}

.abohonor_data ul li .text {
    margin:-3px 0 0 18px;
    color:#4158a6;
    float:left;
}

.abohonor_data ul li .num {
    line-height:24px;
    font-size:24px;
    float:left;
}

.abohonor_data ul li .unit {
    padding-top:10px;
    line-height:14px;
    font-size:0.7rem;
    float:left;
}

.abohonorlist {
    transform:translateY(-50%);
    position:relative;
    padding-left:20px;
    top:30%;
	width:1020px;
	left:90px;
}

.abohonorlist li {
    padding:105px 0 4px 22px;
    float:left;
    width: 20%;
}

.abohonorlist li a {
    display:block;
    width:128px;
    height:90px;
}

.abohonorlist li a img {
    width:100%;
}

.coretech {
    padding-bottom:100px;
}

.coretechlist li {
    position:relative;
    margin-top:78px;
    height:298px;
}

.coretechlist li .background {
    position:absolute;
    background:#fff;
    width:1120px;
    height:298px;
    z-index:1;
    left:0;
    top:0;
}

.coretechlist li a {
    background: url(../edimg/indpro.jpg) no-repeat 65px 232px;
    padding:56px 0 0 65px;
    position:relative;
    height: 100%;
    display:block;
    z-index:19;
}

.coretechlist li a:hover {
    background: url(../edimg/indpro_h.jpg) no-repeat 65px 232px;
}

.coretechlist li a img {
    transform: translateY(-50%);
    position: absolute;
    display: block;
    width: 510px;
    left: 690px;
    top: 50%;
}

.coretechlist li a:hover img {
    width: 530px;
}

.coretechlist li a .info .title {
    line-height:32px;
    font-size:20px;
    color:#000;
}

.coretechlist li a .info .text {
    margin-top:12px;
    line-height:24px;
    font-size:16px;
    color:#000;
}

/*****************  客户点赞  *******************/

.likesort {
    margin-left:-293px;
    width:586px;
}

.likemain {
    padding-bottom:82px;
}

.likelist {
    padding-bottom:12px;
}

.trainscene .likelist, .trainbasic .likelist {
    padding-top:64px;
    padding-bottom:12px;
}

.likelist li {
    margin:22px 60px 38px 0;
    float:left;
}

.likelist li:nth-child(3n) {
    margin-right:0;
}

.likelist li a {
    position:relative;
    display:block;
    width:350px;
}

.likelist li a img {
    border:solid 1px #e5e5e5;
    height:241px;
    width:348px;
}

.likelist li a p {
    text-align:center;
    line-height:30px;
    margin-top:17px;
    width:100%;
    color:#000;
}

/*****************  专利证书  *******************/

.patentlist {
    padding-bottom:12px;
}

.patentlist li {
    margin:22px 40px 38px 0;
    float:left;
}

.patentlist li:nth-child(4n) {
    margin-right:0;
}

.patentlist li a {
    width:418px;
}

.patentlist li a img {
    border:solid 1px #e5e5e5;
    height:370px;
    width:262px;
}

.patentlist li a p {
    text-align:center;
    line-height:30px;
    margin-top:17px;
    width:100%;
    color:#000;
}

/*****************  企业实景  *******************/

.comscene_list {
    margin:65px auto 50px;
    width:1116px;
}

.comscene_list li {
    border-left:solid 1px #c5c5c5;
    text-align:center;
    height:18px;
    width:186px;
    float:left;
}

.comscene_list li a {
    color:#000;
    width:186px;
    line-height:18px;
    font-size:16px;
    display:block;
}

.comscene_list li a:hover {
    background:url(../edimg/comscene-02.jpg) no-repeat center bottom;
    padding-bottom:11px;
}

.comscene_list li:nth-child(6n+1) {
    border-left:none;
}

/*****************  宏山学堂  *******************/

.hsgclass .achi_list li {
    padding:0 5px;
    float:left;
}

.hsgclass .achi_list li a .info {
    background:#fff;
    overflow:hidden;
    text-align:left;
    line-height:24px;
    padding:5px 10px;
    color:#141a33;
    font-size:12px;
    border:none;
}

.hsgclass .achi_list li a .info p {
    font-weight:bold;
    line-height:20px;
    padding:4px 0;
    overflow:hidden;
    height:48px;
}

/*****************  售后服务-服务案例  *******************/

.dopartner {
    margin-top:50px;
    width:720px;
    float:left;
}

.dopartner li {
    padding:50px 5px 0 45px;
    float:left;
}

.dopartner li:nth-child(2n+1) {
    width:370px;
}

.dopartner li img {
    float:left;
}

.dopartner li .info {
    padding-left:24px;
    float:left;
}

.dopartner li .info p:first-child {
    line-height:32px;
    font-size:22px;
    margin-top:7px;
    color:#333;
}

.dopartner li .info p:nth-child(2) {
    line-height:30px;
    font-size:14px;
    margin-top:10px;
    color:#5e636e;
}

.service_data {
    background:url(../edimg/service-04.png) no-repeat center;
    margin-top:90px;
    height:324px;
    width:404px;
    float:right;
}

.service_data li {
    padding:42px 1px 1px;
    position:relative;
    text-align:center;
    height:162px;
}

.service_data li .title {
    line-height:26px;
    font-size:16px;
    color:#737373;
    clear:both;
}

.service_data li .num {
    transform:translateX(-50%);
    position:relative;
    line-height:52px;
    font-size:52px;
    color:#0145b9;
    float:left;
    left:50%;
}

.service_data li .num p:first-child {
    line-height:52px;
    font-size:52px;
    float:left;
}

.service_data li .num p.unit {
    padding-top:32px;
    line-height: 20px;
    font-size:12px;
    float:left;
}

.service_data li .num p.signal {
    font-weight:bold;
    padding-top:29px;
    line-height:17px;
    font-size:21px;
    float:left;
}

.service_ce {
    position:relative;
    padding:0 0 96px;
    background:#fff;
}

.service_ce_body {
    position:relative;
    margin:0 auto;
    width:1200px;
}

.service_ce_main {
    position:relative;
    height:275px;
}

.service_ce_info {
    transform:translateY(-50%);
    text-align:justify;
    position:absolute;
    line-height:24px;
    font-size:16px;
    width:456px;
    float:left;
    top:50%;
}

.service_ce img {
    float:right;
}

.servicase_list {
    margin:17px auto 12px;
    padding:0 5px;
}

.servicase_list li {
    padding:5px;
}

.servicase_list li a {
    border:solid 1px #eee;
    text-align:center;
    border-radius:5px;
    background:#eee;
    line-height:26px;
    font-size:12px;
    display:block;
    color:#000;
}

    .servicase_list li a.active {
        border:solid 1px #4186ed;
        background-color:#fff;
        color:#4186ed;
    }

/*.servicase_list li a:hover {
    background:url(../edimg/comscene-02.jpg) no-repeat center bottom;
    padding-bottom:11px;
}*/

.coretech_base {
    padding:22px 0 0 45px;
}

.coretech_base li {
    padding-top:10px;
}

.coretech_base li img {
    display:block;
    width:178px;
    height:95px;
    float:left;
}

.coretech_base li .info {
    display:block;
    width:345px;
    height:129px;
    float:right;
    margin-top:-9px;
}

.coretech_base li .info .title {
    line-height:38px;
    font-size:20px;
    color:#0145b9;
}

.coretech_base li .info .text {
    white-space:nowrap;
    font-size:0.7rem;
    line-height:17px;
    margin-top:3px;
    color:#333;
}

ul.rad_data {
}

ul.rad_data li {
    padding-left:70px;
}

ul.rad_data li:first-child {
    padding-left:0;
}

ul.rad_data li .num {
    line-height:53px;
    font-size:62px;
}

ul.rad_data li .signal {
    padding-top: 29px;
    line-height: 26px;
    font-size: 20px;
}

ul.rad_data li .signaltext {
    padding-top: 35px;
    line-height: 16px;
    font-size: 16px;
}

ul.rad_data li .title {
    line-height:20px;
    font-size:14px;
    padding-top:6px;
    clear:both;
}

/*****************  在线报修  *******************/

.repair_titline {
    padding:0 10px;
    margin:14px auto 10px;
    text-align:center;
    position:relative;
}

.repair_titline .entitle {
    font-family:arial;
    text-transform:uppercase;
    line-height:30px;
    font-size:40px;
    color:#ededed;
}

.repair_titline .cntitle {
    text-align:center;
    line-height:20px;
    font-size:16px;
    color:#4186ed;
}

.repair_border {
    margin:0 auto;
    background:#2449a4;
    clear:both;
    width:28px;
    height:2px;
}

.repair_titline_text {
    padding:11px 10px 0;
    line-height:18px;
    font-size:12px;
    color:#717171;
}

.repair_list{
    padding:10px 0 0;
}

.repair_list li{
    background:#fff;
    margin-top:14px;
    padding:22px 0 0;
    height:308px;
    position:relative;
}

.repair_list li img{
    display:block;
    margin:0 auto;
}

.repair_1stext {
    color:#717171;
    font-size:12px;
    line-height:18px;
    text-align:center;
    margin-top:17px;
}

.repair_list li:first-child .repair_1stext {
    margin-top:30px;
}

.repair_tel {
    color:#4186ed;
    font-size:24px;
    line-height:18px;
    margin-top:24px;
    text-align:center;
}

.repair_2ndtext {
    color:#000;
    font-size:14px;
    line-height:20px;
    text-align:center;
}

.repair_feedback {
    background:#fcfcfc;
    position:absolute;
    padding:14px 35px;
    width:100%;
    bottom:0;
}

.repair_feedback a {
    width:50%;
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#000;
    text-align:center;
    display:block;
    float:left;
}

    .repair_feedback a:first-child {
        /*background-image:url(../edimg/products-08.jpg);*/
        border-right:solid 1px #b5b5b5;
    }

    .repair_feedback a:nth-child(2) {
        /*background-image:url(../edimg/products-08.jpg);*/
    }

/*.repair_feedback a:first-child {
    width:50%;
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#000;
    text-align:center;
    display:block;
    float:left;
}*/

.repair_guide {
    width:101px;
    height:24px;
    line-height:24px;
    font-size:12px;
    color:#fff;
    background:#013b99;
    text-align:center;
    border-radius:10px;
    margin:30px auto 0;
    display:block;
}

.repair_guide:hover {
    color:#fff;
}

/*****************  售后政策  *******************/

.policy_list{
    margin:112px auto 58px;
    width:888px;
}

.policy_list li{
    margin:0 73px;
    height:124px;
    width:150px;
    float:left;
}

.policy_list li img{
    display:block;
    margin:0 auto;
    height:88px;
    width:88px;
}

.policy_list li p {
    color:#000;
    font-size:16px;
    line-height:26px;
    text-align:center;
    margin-top:10px;
}

.posale_list {
    background:#fff; 
    padding-top:0;
}

.posale_list ul li .infolist {
    padding-bottom:0;
    background:#fff; 
    padding-top:0;
}

/*****************  售后服务-配件选购  *******************/

.parts_list {
    margin:32px auto 175px;
    width:1151px;
}

.parts_list li {
    float:left;
    width:345px;
    margin:38px 0 0 58px;
}

.parts_list li:nth-child(3n+1) {
    margin-left:0;
}

    /*.parts_list li a {
        margin:-21px;
        display:block;
        width:387px;
    }*/

    .parts_list li a img {
        display:block;
        height:239px;
        width:345px;
    }

    .parts_list li a p {
        margin-top:18px;
        text-align:center;
        line-height:26px;
        font-size:16px;
        color:#000;
    }

    .parts_list li a:hover img {
        box-shadow:0 0 21px 0 rgba(0,0,0,0.16);
    }

.partshop_list li{
    border:solid 1px #d5d5d5;
    text-align:center;
    border-radius:12px;
    padding:30px 22px 0;
    margin-left:36px;
    height:503px;
    width:365px;
    float:left;
}

.partshop_list{
    margin:66px auto 120px;
    width:1168px;
}

.partshop_list li{
    border:solid 1px #d5d5d5;
    text-align:center;
    border-radius:12px;
    padding:30px 22px 0;
    margin-left:36px;
    height:503px;
    width:365px;
    float:left;
}

    .partshop_list li:first-child {
        margin-left:0;
    }

.partshop_list li img{
    display:block;
    margin:0 auto;
    height:317px;
    width:317px;
}

.partshop_info {
    border-bottom:solid 2px #454545;
    padding-bottom:35px;
    margin:0 auto;
    width:130px;
}

.partshop_info p:first-child {
    color:#717171;
    font-size:16px;
    line-height:28px;
    margin-top:36px;
}

.partshop_info p:nth-child(2) {
    color:#000;
    font-size:16px;
    line-height:28px;
}

.repair_2ndtext {
    color:#000;
    font-size:14px;
    line-height:20px;
    text-align:center;
}

/*****************  售后培训  *******************/

.trainbasic {
    padding-bottom:65px;
    background:#f6f6f6;
}

.trainscene {
    padding-bottom:65px;
}

.train_main_BG {
    background:url(../edimg/train_BG.jpg) no-repeat center top;
    margin:70px auto 118px;
    padding:0 12px;
    min-height:725px;
}

.train_spoint {
    background:url(../edimg/train.png) no-repeat center top;
    text-align:center;
    padding:80px 0 0;
    height:136px;
    width:136px;
    color:#717171;
    font-size:20px;
    line-height:24px;
    float:left;
}

.train_main {
    float:left;
    width:768px;
    margin:7px 0 0 35px;
    position:relative;
}

.train_main ul {
    position:absolute;
    width:768px;
    top:0;
}

.processlist li {
    background:url(../edimg/train-02.png) no-repeat right bottom;
    margin-left:30px;
    float:left;
    width:226px;
    height:214px;
}

.processlist li:nth-child(3) {
    background:url(../edimg/train-03.png) no-repeat 52px bottom;
}

.processlist li:nth-child(4) {
    margin-left:110px;
}

.processlist li:nth-child(n+4) {
    margin-top:188px;
}

.processlist li .process_info {
    border:solid 1px #e2e2e2;
    border-radius:8px;
    height:149px;
    width:210px;
}

.processlist li .process_info .title {
    background-color:#0d4a99;
    background-repeat:no-repeat;
    background-position:left top;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    text-align:center;
    padding-left:69px;
    line-height:88px;
    font-size:20px;
    color:#fff;
    height:89px;
    width:208px;
}

.processlist li .process_info .text {
    vertical-align:middle;
    padding:5px 18px;
    line-height:24px;
    font-size:12px;
    height:58px;
}

.processremark {
    margin:240px 0 0 62px;
}

.processremark li {
    background:url(../edimg/train-04.png) no-repeat left 5px;
    line-height:24px;
    font-size:14px;
    margin-left:96px;
    padding-left:20px;
    float:left;
}

.processremark li:nth-child(3) {
    margin-left:60px;
}

.processremark li:nth-child(n+3) {
    margin-top:328px;
}

.trainstudent {
    padding:90px 0 160px;
    background:#f6f6f6;
}

.studentmian {
    background:#fff;
    margin:64px auto 0;
    width:1170px;
    height:926px;
}

.studentmian li {
    padding:44px 47px;
}

.studentmian li img {
    height:773px;
    width:1084px;
}

/*.studentlist {
    padding:44px 47px 0;
}

.studentlist li {
    padding:15px 13px;
}*/

/*****************  企业荣誉  *******************/

.videolist {
    padding-bottom:82px;
}

.honorlist li {
    margin:60px 34px 22px 0;
    float:left;
}

.honorlist li:nth-child(3n) {
    margin-right:0;
}

.honorlist li a {
    width:367px;
    display:block;
}

.honorlist li a img {
    background:url(../edimg/honor_BG.png) no-repeat center;
    padding:23px 25px 22px 24px;
    display:block;
    height:257px;
    width:367px;
}

.honorlist li a p {
    text-align:center;
    line-height:30px;
    margin-top:17px;
    width:100%;
    color:#000;
}

/*****************  联系我们  *******************/

.contact_infolist {
    margin:70px auto 67px;
}

.contact_infolist li {
    box-shadow:0 0 21px 0 rgba(171,171,171,0.16);
    border-radius: 5px;
    margin:0 45px;
    width:300px;
    float:left;
}

    .contact_infolist li .blueblock {
        background: url(../edimg/contact-08.png) no-repeat center top;
        text-align:center;
        padding:24px 0 0;
        height:181px;
        color:#fff;
    }

    .contact_infolist li .blueblock img {
        display:block;
        margin:0 auto;
    }

        .contact_infolist li .blueblock .title {
            line-height:32px;
            font-size:16px;
        }

        .contact_infolist li .blueblock .text {
            line-height:30px;
            font-size:14px;
        }

    .contact_infolist li .whiteblock {
        background: #fff;
        text-align:center;
        padding:12px 0 0;
        height:189px;
    }

    .contact_infolist li:nth-child(2) .whiteblock {
        padding:42px 0 0;
    }

        .contact_infolist li .whiteblock .title {
            line-height:22px;
            font-size:12px;
        }

        .contact_infolist li .whiteblock .text {
            font-family:arial;
            line-height:26px;
            font-size:20px;
            color:#5a5a5a;
        }

    .contact_infolist li .whiteblock p:nth-child(2n) {
        padding-bottom:2px;
    }

.domemap_body {
    background:url(../edimg/demomap.jpg) #fafafa no-repeat center bottom;
    background-size: 1920px 800px;
    position:relative;
    padding: 40px 0 0;
    height: 800px;
}

.domemap_main {
    position:absolute;
    height:922px;
    width:100%;
    bottom:0;
}

/*********  国内服务网点地图  *********/
.chinamap_body {
    background:url(../edimg/demomap.jpg) #fafafa no-repeat center bottom;
    background-size: 1920px 1000px;
    position:relative;
    padding: 40px 0 0;
    height: 1000px;
}

.chinamap_main {
    position:relative;
    margin:24px auto 0;
    height:860px;
    width:1200px;
}

.chinamap_province {
    background:#fff;
    position:absolute;
    border:solid 2px #000;
    border-radius:5px;
    margin:24px auto 0;
    cursor:pointer;
    height:500px;
    width:500px;
    display:none;
    z-index:10;
    bottom:0;
    right:0;
}

.chinamap_close{
   position: absolute;
    width: 20px;
    display: block;
    background: url(../edimg/kf/ico_line_close.png) no-repeat right center;
    background-size:contain;
    height: 20px;
    top: 2px;
    right: 2px;
    cursor:pointer;
    z-index:10;
}

.chinamap_province img {
    display:block;
    height:100%;
    width:100%;
}

.chinamap_main ul li {
    position:absolute;
    cursor:pointer;
    height:38px;
    width:30px;
    left:50%;
}

.chinamap_main ul li a {
    background:url(../edimg/mapoint.png) no-repeat center;
    background-size: contain;
    cursor:pointer;
    display:block;
    height:100%;
    width:100%;
}

.chinamap_main ul li.active a {
    background-image:url(../edimg/mapoint_h.png);
}

    .chinamap_main ul li.guangdong {margin-left:72px;top:665px;}
    .chinamap_main ul li.guangxi {margin-left:-21px;top:675px;}
    .chinamap_main ul li.anhui {margin-left:120px;top:482px;}
    .chinamap_main ul li.fujian {margin-left:154px;top:605px;}
    .chinamap_main ul li.guizhou {margin-left:-60px;top:615px;}
    .chinamap_main ul li.hebei {margin-left:65px;top:348px;}
    .chinamap_main ul li.henan {margin-left:44px;top:443px;}
    .chinamap_main ul li.hubei {margin-left:36px;top:508px;}
    .chinamap_main ul li.hunan {margin-left:30px;top:586px;}
    .chinamap_main ul li.jilin {margin-left:226px;top:200px;}
    .chinamap_main ul li.jiangsu {margin-left:161px;top:452px;}
    .chinamap_main ul li.jiangxi {margin-left:106px;top:574px;}
    .chinamap_main ul li.liaoning {margin-left:183px;top:252px;}
    .chinamap_main ul li.shandong {margin-left:116px;top:385px;}
    .chinamap_main ul li.shan1xi1 {margin-left:15px;top:368px;}
    .chinamap_main ul li.shan3xi1 {margin-left:-40px;top:448px;}
    .chinamap_main ul li.sichuan {margin-left:-150px;top:526px;}
    .chinamap_main ul li.tianjin {margin-left:108px;top:346px;width:16px;height:20px;}
    .chinamap_main ul li.yunnan {margin-left: -170px;top: 670px;}
    .chinamap_main ul li.zhejiang {margin-left:181px;top:535px;}
    .chinamap_main ul li.chongqing {margin-left:-50px;top:540px;}
    .chinamap_main ul li.hainan {margin-left:5px;top:782px;}
    .chinamap_main ul li.taiwan {margin-left:225px;top:650px;}
    .chinamap_main ul li.heilongjiang {margin-left:225px;top:114px;}
    .chinamap_main ul li.neimenggu {margin-left:-30px;top:290px;}
    .chinamap_main ul li.beijing {margin-left:84px;top:306px;}
    .chinamap_main ul li.gansu {margin-left:-126px;top:432px;}
    .chinamap_main ul li.xinjiang {margin-left:-438px;top:286px;}
    .chinamap_main ul li.xizang {margin-left:-438px;top:476px;}
    .chinamap_main ul li.qinghai {margin-left:-280px;top:418px;}
    .chinamap_main ul li.ningxia {margin-left:-90px;top:385px;}
    .chinamap_main ul li.shanghai {margin-left:202px;top:496px;}
/*********  国内服务网点地图  *********/

.network_body {
    background:url(../edimg/contact-05.jpg) no-repeat center top;
    padding-top:172px;
    height:858px;
}

.network_main {
    margin:0 auto;
    width:1170px;
    height:548px;
}

.network_nav {
    overflow-y:scroll;
    background:#fff;
    width:278px;
    height:548px;
    float:left;
}

.network_nav ul {
    padding:34px 0;
}

.network_nav ul li {
    margin-bottom:14px;
    display:block;
}

.network_nav ul li a {
    height:42px;
    color:#949494;
    display:block;
    line-height:42px;
    padding:0 32px;
}

.network_nav ul li a:hover, .network_nav li.active a {
    background:#013b99;
    color:#fff;
}

.network_info {
    background:url(../edimg/contact-06.png) repeat center;
    overflow-y:scroll;
    line-height:30px;
    padding:32px;
    width:875px;
    height:548px;
    float:right;
    color:#000;
}

.network_info .tab-pane {
    /*animation: fadeinB 2s;*/
    display:none;
}

.network_info .tab-pane.active {
    display:block;
}

.contact_feedback {
    margin:-263px 0 0 -600px;
    position:absolute;
    background:#fff;
    padding:0 25px;
    height:526px;
    width:420px;
    z-index:19;
    left:50%;
    top:50%;
}

.contact_maintitle {
    color:rgba(0,0,0,0.65);
    text-align:center;
    line-height:40px;
    margin-top:21px;
    font-size:26px;
}

.contact_hl_title {
    line-height:22px;
    margin-top:15px;
    font-size:14px;
    color:#151515;
}

.contact_hl_text {
    line-height:48px;
    font-size:48px;
    color:#0061ff;
}

.contact_feedback .ind_ctac_item {
    margin-bottom:0;
    margin-top:14px;
    float:none;
    width:100%;
}

.contact_feedback .ind_ctac_item:nth-child(2n) {
    text-align:left;
    padding-left:0;
}

.contact_feedback .ind_ctac_input {
    border-bottom:solid 1px #eee;
    font-size:14px;
    box-shadow:none;
    line-height:30px;
    height: 30px;
    color:#ababab;
}

.contact_BG {
    background:url(../edimg/index_one-18.jpg) no-repeat center top;
    height:1041px;
}

.contact_title {
    margin-top:46px;
    text-align:center;
    line-height:26px;
    font-size:16px;
    color:#000;
}

.contact_sectitle {
    font-family:arial;
    text-align:center;
    line-height:110px;
    font-size:62px;
    color:#013b99;
}

.contact_item {
    padding-right:12px;
    margin-bottom:25px;
    width:352px;
    float:left;
}

.contact_tel,.contact_feedback .ind_ctac_tel {
    margin-top:14px;
    line-height:26px;
    margin-bottom:20px;
    font-size:18px;
    color:#a2a2a2;
}

.contact_tel:nth-child(2n), .contact_item:nth-child(2n) {
    padding-left:12px;
    padding-right:0;
    text-align:right;
}

.contact_input {
    padding:0 18px;
    line-height:46px;
    font-size:14px;
    width:100%;
}

.contact_feedback .ind_ctac_textarea {
    border:solid 1px #eee;
    box-shadow:none;
    margin-top:13px;
    padding:9px 18px;
    line-height:22px;
    font-size:14px;
    height:86px !important;
    width:100%;
}

.contact_feedback .ind_ctac_subline .ind_ctac_ask {
    float:left;
    width: 226px;
    margin-top: 8px;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer {
    background:#0145b9;
    line-height:26px;
    font-size:14px;
    margin-left:0;
    border:none;
    width:100%;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer:hover, .contact_feedback .ind_ctac_subline .ind_ctac_answer:focus {
    border-color: #0145b9;
    background:#0145b9;
}

.contact_info {
    margin-top:20px;
    color:#151515;
}

.contact_input[type='submit'] {
    background:#0091ff;
    color:#fff;
}

.contact_main {
    margin:104px auto 162px;
    width:1058px;
}

.contact_map_title {
    border-bottom:solid 1px #e2e2e2;
    padding:50px 190px 27px 0;
    line-height:30px;
    font-size:16px;
    float:left;
    color:#000;
}

.contact_map_info {
}

.contact_map_info li {
    margin-top:34px;
    line-height:30px;
    font-size:16px;
    float:left;
}

.contact_map_info li:nth-child(2n+1) {
    color:#989898;
}

.contact_map_info li:nth-child(2n) {
    padding:0 76px 0 20px;
    color:#646464;
}

.contact_codeline {
    padding-top:16px;
}

.contact_codeline li {
    text-align:center;
    width:140px;
    float:left;
}

    .contact_codeline li:nth-child(2) {
        margin:0 142px;
    }

.contact_codeline li {
    line-height:52px;
    font-size:16px;
    color:#000;
}

.contact_codeline li img {
    height:140px;
    width:140px;
}

/*****************  动画样式  *******************/

.fadeB1s {
    animation: fadeinB 1s;
}

.fadeB1_5s {
    animation: fadeinB 1.5s;
}

.fadeB2s {
    animation: fadeinB 2s;
}

/*****************  脚部样式  *******************/

.on_line_top{
    z-index: 100000;
    display: none;
    position: fixed;
    right: 24px;
    bottom: 72px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    cursor:pointer;
    text-align: center;
    text-decoration: none;
    border-radius:50%;
    background: url(../edimg/rightnav-02.png) #0e0f11 no-repeat center;
    background-size:50%;
}

.on_line_top:hover {
    opacity:0.75;
}

.on_line{
   z-index: 100000;
    position: fixed;
    width: 48px;
    top: 50%;
    right: 24px;
    margin-top:-81px;
}
.on_line I{
   position: absolute;
    width: 20px;
    display: block;
    background: url(../edimg/kf/ico_line_close.png) no-repeat right center;
    height: 20px;
    top: 2px;
    right: 2px;
    cursor:pointer;
}
.on_line LI{
   position: relative;
    text-align: center;
    display: block;
    height: 81px;
    padding: 5px 0;
}
.on_line LI A{
   line-height: 20px;
    display: block;
    color: #7b7b7b;
    height: 71px;
    font-size:12px;
    cursor:pointer;
    text-align: center;
}
.on_line LI A:hover{
   opacity:0.75;
}
.on_line LI A .o_buy{
   background: url(../edimg/rightnav-02.png) #0e0f11 no-repeat center;
   background-size:24px;
   border-radius:50%;
   height: 48px;
   width: 48px;
}
.on_line LI A .o_search_BG{
   background: url(../edimg/rightnav.png) #fff no-repeat center;
   box-shadow: 0 0 2px rgba(0,0,0,0.25);
   background-size:24px;
   border-radius:50%;
   height: 48px;
   width: 48px;
}
/*.on_line LI A.o_line{
   background: url(../edimg/kf/fd_icon1.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_buy{
   background: url(../edimg/kf/fd_icon2.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_action{
   background: url(../edimg/kf/fd_icon9.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_net{
   background: url(../edimg/kf/fd_icon4.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_wx{
   background: url(../edimg/kf/fd_icon5.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_wb{
   background: url(../edimg/kf/fd_icon6.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_tel{
   background: url(../edimg/kf/fd_icon8.png) #fff no-repeat 15px 5px;
}
.on_line LI A.o_search{
   background: url(../edimg/kf/fd_icon10.png) #fff no-repeat 15px 5px;
   position:relative;
}
.on_line LI A.o_tel:hover{
   background: url(../edimg/kf/fd_icon8.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_line:hover{
   background: url(../edimg/kf/fd_icon1.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_buy:hover{
   background: url(../edimg/kf/fd_icon2.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_action:hover{
   background: url(../edimg/kf/fd_icon9.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_net:hover{
   background: url(../edimg/kf/fd_icon4.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_wx:hover{
   background: url(../edimg/kf/fd_icon5.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_wb:hover{
   background: url(../edimg/kf/fd_icon6.png) #fff no-repeat -69px 5px;
}
.on_line LI A.o_search:hover{
   background: url(../edimg/kf/fd_icon10.png) #fff no-repeat -69px 5px;
}*/
.on_line LI .ewm{
   border-bottom: #ddd 1px solid;
    position: absolute;
    border-left: #ddd 1px solid;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 182px;
    padding-right: 5px;
    display: none;
    background: #fff;
    border-top: #ddd 1px solid;
    top: -50px;
    border-right: #ddd 1px solid;
    padding-top: 5px;
    left: -190px;
}


#public_form {
    position:fixed;
    display:none;
    height:100%;
    width:100%;
    z-index:99;
    right:0;
    top:0;
}

.article-action-btn {
    margin-top:20px; 
}

.article-prevnext {
    margin: 10px 0 50px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #dedede;
}

.article-prevnext p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 45%;
}

.supervision_istblock {
    background-position:center top;
    background-repeat:no-repeat;
    /*background-size:cover;*/
    height:773px;
}

.supervision_2ndblock {
    background-position:center top;
    background-repeat:no-repeat;
    /*background-size:cover;*/
    height:850px;
}

.supervision_slogan {
    padding:40px 0 85px;
    background:#fff;
    margin:0 auto;
}

.supervision_slogan .sloganlist {
    margin:64px auto 0;
    width:auto;
    padding:0;
}

.supervision_slogan .sloganlist li {
    width:219px;
    height:234px;
    float:left;
}

.supervision_3rdblock {
    padding-bottom: 0;
    padding-top: 0;
}

.supervision_3rdblock a.more {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    color: #fff;
    background: #013b99;
    text-decoration: none;
    width: 188px;
    margin: 20px auto 80px;
}

.supervision_3rdblock a.more:hover {
    border: solid 1px #013b99;
    background: #fff;
    color: #013b99;
}

.noticelist {
    padding-bottom: 30px;
    margin-top:64px;    
}

.noticelist li {
    margin-bottom:20px;
}

.noticelist li a {
    padding:20px 30px;
    background:#fff;
    display:block;
}

.noticelist_title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-right:24px;
    line-height:34px;
    font-size:14px;
    color:#717171;
}

.noticelist_ellipsis {
    line-height:34px;
    font-size:14px;
    color:#717171;
    float:left;
}

.noticelist_date {
    background:url(../edimg/notice_arrow.jpg) no-repeat right center;
    padding-right:24px;
    line-height:34px;
    font-size:14px;
    color:#717171;
    float:right;
}

.noticelist li a:hover {
    box-shadow:0 0 21px 0 rgba(0,0,0,0.16);
}

.noticelist li a:hover .noticelist_title, .noticelist li a:hover .noticelist_ellipsis {
    color:#f79b35;
}

.footer {
    position:relative;
    height:640px;
}

.footer_body {
    margin:0 auto;
    width:1200px;
}

.footer_top {
    border-bottom:solid 1px #42474f;
    padding:64px 0 40px;
}

.footer_top li {
    margin-right:114px;
    text-align:center;
    padding-top:11px;
    float:left;
    width:72px;
}

.footer_top li:nth-child(3) {
    padding-top:0;
    width:232px;
}

.footer_top li:nth-child(5) {
    margin-right:0;
}

.footer_top li a {
    line-height:46px;
    font-size:18px;
    color:#5a5a5a;
}

.footer_middle {
  /*  height:450px;*/
}

.footer_main {
    padding-top:38px;
}

    .footer_main ul.footer_nav {
        padding:0 36px 0 4px;
        float:left;
    }

    .footer_main ul.footer_nav li a {
        line-height:30px;
        font-size:16px;
        color:#5a5a5a;
    }

    .footer_main ul.footer_nav li:first-child a {
        font-size:18px;
        color:#2449a4;
    }

.footer_info {
    position:relative;
    float:right;
    width:264px;
    }

.footer_info p {
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:28px;
    }

.footer_info .title {
    background-size:18px;
    margin-top:14px;
    line-height:30px;
    font-size:15px;
    color:#fff;
    }

    .footer_info .text {
        line-height:30px;
        margin-top:4px;
        font-size:32px;
        color:#0298dd;
    }

.footer_info .title:first-child {
    margin-top:0;
}

.footer_social {
    padding:10px 0 0 8px;
}

.footer_social li {
    padding-left:20px;
    position:relative;
    float:left;
}

.footer_social li a {
    display:block;
    cursor:pointer;
    width:41px;
}

.footer_social li a img {
    width:100%;
}

.footer_weixin {
    margin-right:1.5vw;
    padding-top:7px;
    float:right;
    width:130px;
}

.footer_weixin p {
    text-align:center;
    line-height:30px;
    margin-top:12px;
    font-size:15px;
    color:#fff;
}

.footer_end {
    /*animation: fadeinB 3.5s;*/
    position:absolute;
    text-align:center;
    line-height:30px;
    margin-top:40px;
    font-size:14px;
    color:#5a5a5a;
    width:100%;
    bottom:0;
}

.weixin_code, .douyin_code, .shop_code {
    transform: translateY(-50%);
    position:absolute;
    display:none;
    right: 42px;
    top: 20px;
}

.weixin_code.active, .douyin_code.active, .shop_code.active {
    display:block;
}

@media (min-width: 768px) {

    .header {
        border-bottom: solid 1px #f5f6f7;
        border-top:solid 20px #01327e;
        width:100%;
        height:100px;
        z-index:999;
        top:0;
    }

    .header_top {
        padding-right: 0.9vw;
        height:80px;
    }

    .navbar-header {
        background-image:none;
    }

    .navbar-brand {
        padding:14px 0 0 3.385vw;
        height:80px;
        z-index:99;
        width:auto;
    }

    .navbar-brand img {
        height:60px;
    }

    .header .container-fluid {padding:0;}
    .header .nav{float:right;height:75px;line-height:75px;}
    .header .nav .open > a, .header .nav .open > a:hover, .header .nav .open > a:focus { background-color: #fff;}
    .nav-list {margin-left:6.25vw;}
    .header .nav-list li{position:relative;float:left;margin-right:2.864vw;}
    .header .nav-list li>a{display:block;font-size:16px;color:#717171; padding-top:3px; line-height:74px; height:80px;}
    .header .nav-list li:after{display:block;position:absolute;left:0;bottom:0;width:100%;height:3px;content:"";background:#013b99;transform:scaleX(0);transition:all 0.5s;}
    .header .nav-list li.cur:after,.header .nav-list li:hover:after{transform:scaleX(1);}
    .header .nav-list li.cur>a,.header .nav-list li:hover>a{color:#013b99;}
    .dropDown{display:none;position:absolute;z-index:9999;top:100%;left:50%;margin-left:-110px;padding:0;width:300px;border:#f0f0f0 solid 1px;background:#fff;}
    .dropDown a{display:block;padding:10px 15px;line-height:27px;font-size:15px;color:#666;border-bottom:#efefef dashed 1px;/*background:url(../images/Common/dropDown_list.png) no-repeat 96% center;*/}
    .dropDown a:last-child{border-bottom:none;}
    .dropDown a:hover{color:#013b99;background:#fff;}
    .dropDown:after{display:block;position:absolute;left:50%;top:-5px;margin-left:-4px;width:8px;height:5px;content:"";/*background:url(../images/Common/dropDown.png) no-repeat;*/}

    .header .nav-list li:first-child .dropDown {
        overflow:hidden;
        background:#fff;
        border:none;
        height:360px;
        margin-left:0;
        width: 100vw;
        left: -22.92vw;
    }

    /******************  二级导航样式  *********************/

    .secnavlist {
        margin-left: calc(6.25vw - 45px);
        background:#fff;
        height:360px;
        width:170px;
        float:left;
    }

    .secnavlist li {
        margin-right:0 !important;
        float:none !important;
        position:relative;
        height: 45px;
    }

    .secnavlist li:after {
        display:none !important;
    }

    .secnavlist li a {
        line-height:44px !important;
        padding:0 20px !important;
        height:45px !important;
        display:block;
    }

    .secnavlist > li > a:hover, .secnavlist > li.active > a {
        background:url(../edimg/sanjiao_blue_big.jpg) #fff no-repeat 145px center;
        background-size: 7px 11px; 
    }

    .thirdnavlist {
        width:calc(83.33vw - 170px);
        position:absolute;
        display:none;
        height:360px;
        left:170px;
    }

    .thirdnavlist_hason {
        margin-left: 170px;
        background: #fff;
        display: none;
        height: 360px;
        width: 200px;
        /*float:left;*/
    }

    .secnavlist > li.active > .thirdnavlist_hason {
        display: block;
    }
    
    .thirdnavlist_hason li a:hover, .thirdnavlist_hason li.active a {
        background: url(../edimg/sanjiao_blue_big.jpg) #fff no-repeat 175px center;
        background-size: 7px 11px;
    }

    .forthnavlist {
        width:calc(83.33vw - 390px);
        position:absolute;
        display:none;
        height:360px;
        left:200px;
    }

    .secnavlist li.active .thirdnavlist, .thirdnavlist_hason li.active .forthnavlist {
        display:block;
    }

    .thirdnavlist ul {
        background:#fff;
        overflow:auto;
        height:360px;
        float:left;
    }

    .thirdnavlist .thirdnav_banner_main {
        position:relative;
        height:100%;
        float:left;
    }

    .thirdnavlist .thirdnav_banner {
        position:absolute;
        display:none;
        height:100%;
        left:0;
        top:0;
    }

    .thirdnavlist .thirdnav_banner.active {
        display:block;
    }

    .thirdnavlist ul li a {
        background:none !important;
        white-space:nowrap;
        line-height:38px;
        padding:0 20px;
        display:block;
    }

    .thirdnavlist ul li a:hover {
        color:#013b99;
    }

    .forthnavlist ul {
        background:#fff;
        overflow:auto;
        height:360px;
        float:left;
    }

    .forthnavlist .forthnav_banner_main {
        position:relative;
        height:100%;
        float:left;
    }

    .forthnavlist .forthnav_banner {
        position:absolute;
        padding:25px 0;
        display:none;
        height:100%;
        left:0;
        top:0;
    }

    .forthnavlist .forthnav_banner.active {
        display:block;
    }

    .forthnavlist ul li a {
        background:none !important;
        white-space:nowrap;
        line-height:38px;
        padding:0 20px;
        display:block;
    }

    .forthnavlist ul li a:hover {
        color:#013b99;
    }
    
    .ind_iconlist li {
        padding:24px 18px;
    }

    .ind_pro {
        /*background:url(../edimg/index_three_BG.jpg) no-repeat center;*/
        padding:95px 0;
        /*height:850px;*/
    }

    .ind_cus {
        /*background:url(../edimg/index_three_BG-03.jpg) no-repeat top center;*/
        padding:64px 0 0;
        height:850px;
    }

    .ind_cus_tab {
        margin:30px auto 0;
        position:relative;
        border:none;
        width:1200px;
        z-index:1;
        padding:0;
    }

    .ind_cus_tab li {
        margin:38px 20px 0 0;
        float:left;
        height:201px;
        width:268px;
    }

    .ind_cus_tab li a {
        padding:0;
        border:none;
        margin-right: 0;
        border-radius:0;
        border-bottom:solid 8px #013b99;
        animation: indcusNoActive 1s;
        position:relative;
        overflow:hidden;
        cursor:pointer;
        height:201px;
        width:268px;
        z-index:1;
    }

    .ind_cus_tab li a:hover {
        border-bottom:solid 8px #013b99;
    }

    .ind_cus_tab li a img {
        border-radius:0;
        padding:0;
        height:201px;
        width:268px;
        object-fit: cover;
    }

    /*.ind_cus_tab li:first-child {
        animation: fadeinB 1s;
    }

    .ind_cus_tab li:nth-child(2) {
        animation: fadeinB 1.5s;
    }

    .ind_cus_tab li:nth-child(3) {
        animation: fadeinB 2s;
    }*/

    .ind_cus_tab li:nth-child(4) {
        /*animation: fadeinB 2.5s;*/
        margin-right:0;
    }

    .ind_cus_tab li:nth-child(5) {
        /*animation: fadeinB 3s;*/
        margin-left:252px;
    }

    .ind_cus_tab li:nth-child(6) {
        /*animation: fadeinB 3.5s;*/
    }

    .ind_cus_tab li:nth-child(7) {
        /*animation: fadeinB 4s;*/
    }

    .ind_cus_tab li a .tablist_info {
        padding:30px 42px;
    }

    .ind_cus_tab li a p {
        text-align:center;
        line-height:38px;
        font-size:16px;
        color:#444;
    }

    .ind_wise {
        background:url(../edimg/index_one-11.jpg) no-repeat top center;
        padding:75px 0 0;
        height:933px;
    }

    .ind_wise_content {
        background:url(../edimg/ind_wise_BG.png) repeat-x top center;
        margin-top:65px;
        padding-top:38px;
        height:156px;
        overflow:hidden;
    }

    .ind_wise_content ul {
        padding:0;
    }

    .ind_wise_content li {
        background:url(../edimg/ind_wise-03.jpg) no-repeat center 58px;
        border-top:none;
        margin-right:36px;
        overflow:hidden;
        width:170px;
        float:left;
        padding:0;
    }

    .ind_wise_content li:nth-child(3n) {
        background:url(../edimg/ind_wise-03.jpg) no-repeat center 58px;
    }

    .ind_wise_content li:nth-child(n+4) {
        border-top:none;
    }

    .ind_wise_content li .counter-value {
        line-height:58px;
        font-size:48px;
        color:#fff;
    }

    .ind_wise_content li p {
        text-align:center;
        line-height:46px;
        font-size:16px;
        margin-top:0;
        color:#fff;
    }

.ind_news {
    padding:114px 0 116px;
    height:860px;
}

    .ind_news .ind_titline .entitle {
        color:#c8c8c8;
    }

    .ind_news ul {
        padding-bottom:15px;
        margin-top:60px;
    }

        .ind_news ul li {
            padding-left:7px;
            float:left;
        }

        .ind_news ul li:first-child {
            padding-right:8px;
            padding-left:0;
        }

        .ind_news ul li a {
            background:url(../edimg/index-06.jpg) #fff no-repeat center 305px;
            border:solid 1px #d2d2d2;
            position:relative;
            display:block;
            padding:48px 20px;
            height:359px;
            width:238px;
        }

        .ind_news ul li a:hover {
            background:url(../edimg/index-06_h.jpg) #013b99 no-repeat center 305px;
        }

        .ind_news ul li:first-child a {
            overflow:hidden;
            height:359px;
            width:457px;
            border:none;
            padding:0;
        }

        .ind_news ul li:first-child a img.ind_news_1stimg {
            position:relative;
            display:block;
            height:359px;
            width:457px;
            z-index:1;
        }

        .ind_news ul li:first-child a:hover img.ind_news_1stimg {
            transform:scale(1.06);
        }

        .ind_news ul li:first-child a .info {
            background:rgba(11,67,144,0.5);
            transform:translateX(-50%);
            position:absolute;
            padding:15px 18px;
            height:88px;
            width:417px;
            bottom:27px;
            z-index:10;
            left:50%;
        }

        .ind_news ul li .dateblock {
            text-align:center;
            padding:0;
            float:left;
            width:56px;
        }

        .ind_news ul li .dateblock p:first-child {
            line-height:39px;
            font-size:39px;
            color:#0b4390;
        }

        .ind_news ul li .dateblock p:last-child {
            line-height:15px;
            font-size:11px;
            margin-top:4px;
            color:#454545;
        }

        .ind_news ul li:first-child .dateblock {
            border-right:solid 1px #fff;
            padding-right:27px;
            margin-right:27px;
            width:76px;
        }

        .ind_news ul li a:hover .dateblock p:first-child, .ind_news ul li a:hover .dateblock p:last-child, .ind_news ul li:first-child .dateblock p:first-child, .ind_news ul li:first-child .dateblock p:last-child {
            color:#fff;
        }

        .ind_news_title {
            text-decoration:none;
            line-height:22px;
            padding-top:24px;
            overflow:hidden;
            font-size:16px;
            color:#313131;
            height:68px;
            clear:both;
        }

        .ind_news ul li:first-child a .info .ind_news_title {
            transform:translateY(-50%);
            position:relative;
            line-height:27px;
            font-size:21px;
            clear:initial;
            padding-top:0;
            height:auto;
            color:#fff;
            top:50%;
        }

        .ind_news_text {
            text-decoration:none;
            text-align:justify;
            margin-top:22px;
            line-height:19px;
            font-size:15px;
            height: 57px;
            color: #858585;
            overflow: hidden;
        }

        .ind_news ul li a:hover .ind_news_title, .ind_news ul li a:hover .ind_news_text, .ind_news ul li a:focus .ind_news_title, .ind_news ul li a:focus .ind_news_text, .ind_news ul li a:active .ind_news_title, .ind_news ul li a:active .ind_news_text {
            text-decoration:none;
            color:#fff;
        } 

    .ind_ctac_main {
        background:url(../edimg/ind_ctatBG.png) repeat center;
        margin-left:-400px;
        position:absolute;
        padding:25px 88px;
        height:700px;
        width:800px;
        left:50%;
        top:0;
    }

    .ind_ctac_title {
        margin-top:8px;
        text-align:center;
        position:relative;
        line-height:26px;
        font-size:14px;
        color:#fff;
        right:auto;
        top:auto;
    }

    /*.ind_ctac_title {
        position:absolute;
        line-height:26px;
        font-size:16px;
        color:#fff;
        right:62px;
        top:130px;
    }*/

    .ind_ctac_sectitle {
        font-family:arial;
        text-align:center;
        line-height:86px;
        font-size:62px;
        color:#013b99;
    }

    .ind_ctac_item {
        padding-right:12px;
        margin-bottom:22px;
        width:312px;
        float:left;
    }

    .ind_ctac_tel {
        margin-top:8px;
        line-height:26px;
        margin-bottom:12px;
        font-size:18px;
        color:#fff;
    }

    .ind_ctac_tel:nth-child(2n), .ind_ctac_item:nth-child(2n) {
        padding-left:12px;
        padding-right:0;
        text-align:right;
    }

    .ind_ctac_input {
        border-radius:0;
        padding:0 18px;
        line-height:40px;
        font-size:16px;
        width:100%;
        height:40px;
        border:none;
    }

    .ind_ctac_textarea {
        border:none;
        margin-bottom:20px;
        padding:13px 18px;
        line-height:26px;
        font-size:16px;
        height:78px !important;
        width:100%;
    }

    .ind_ctac_subline .ind_ctac_ask {
        float:left;
        width:188px;
        font-size:14px;
    }

    .ind_ctac_subline .ind_ctac_answer {
        margin-left:25px;
        width:188px;
        float: left;
    }

    .ind_ctac_input[type='submit'] {
        background: #013b99;
        color:#fff;
    }

    .ind_ctac_codeline {
        padding-top:21px;
    }

    .ind_ctac_codeline li {
        padding:0 50px;
        text-align:center;
        line-height:38px;
        font-size:12px;
        color:#fff;
        width:204px;
        float:left;
    }

        /*.ind_ctac_codeline li:nth-child(2) {
            margin:0 142px;
        }*/

    .ind_ctac_codeline li img {
        height:104px;
        width:104px;
    }

    .ind_honor_secline {
        padding-top:180px;
        margin:0 auto;
        width:1400px;
    }

    .ind_honor_secline li {
        /*background:url(../edimg/ind_honorBG.png) repeat center;
        padding:36px 26px;*/
        margin-right:21.5px;
        padding-top:49px;
        height:177px;
        width:249px;
        float:left;
    }

    .ind_honor_secline li:first-child {
        /*animation: fadeinB 1s;*/
    }

    .ind_honor_secline li:nth-child(2) {
        /*animation: fadeinB 1.5s;*/
    }

    .ind_honor_secline li:nth-child(3) {
        /*animation: fadeinB 2s;*/
        padding-top:0;
        height:226px;
        width:318px;
    }

    .ind_honor_secline li:nth-child(4) {
        /*animation: fadeinB 2.5s;*/
    }

        .ind_honor_secline li:nth-child(5) {
            /*animation: fadeinB 3s;*/
            margin-right:0;
        }

    /*.ind_honor_secline li:nth-child(6) {
            animation: fadeinB 3.5s;
        margin-right:0;
    }*/

    .ind_honor_secline li a {
        display:block;
        height:177px;
        width:249px;
    }

    .ind_honor_secline li a img {
        height:177px;
        width:249px;
    }

    .ind_honor_secline li:nth-child(3) a {
        height:226px;
        width:318px;
    }

    .ind_honor_secline li:nth-child(3) a img {
        height:226px;
        width:318px;
    }

/********  关于我们  *******/

.about_border {
    margin:20px auto 22px;
    background:#013b99;
    display:block;
    width:56px;
    height:3px;
}

        .about_leader ul li {
            width:calc((100% - 60px) / 3);
        }

        .about_leader ul li img {
            height:calc(100% * 240 / 370);
            width:100%;
        }

        .about_leader ul li .infolist {
            width:100%;
        }

.sys_block {
    /*margin-top:92px;*/
    padding:62px 0;
    /*background:#f6f6f6;
    height:1230px;*/
}

.sys_text {
    text-align:center;
    padding:0;
    line-height:36px;
    font-size:14px;
    color:#717171;
}

    .supervision_istblock .sys_text, .supervision_2ndblock .sys_text {
        margin-top:64px;
        text-align:left;
    }

.achi_list {
    margin-bottom:0;
    margin-top:32px;
    padding:0;
}

.achi_list li {
    margin:25px 37px 0 0;
    float:left;
}

.achi_list li:nth-child(3n) {
    margin-right:0;
}

.achi_list li a {
    border-top:solid 1px #e2e2e2;
    border-radius:0;
    display:block;
    width:365px;
}

    .achi_list li a:hover {
        box-shadow:0 0 21px 0 rgba(0,0,0,0.16);
    }

    .achi_list li a img {
        height:214px;
    }

.achi_list li a .info {
    border:solid 1px #e2e2e2;
    text-align:center;
    line-height:68px;
    padding:2px 10px 0;
    border-top:none;
    color:#141a33;
    font-size:16px;
}

.hsgclass {
    margin-bottom:104px;
}

    .hsgclass .achi_list li {
        padding:0;
    }

.hsgclass .achi_list li a .info {
    background:#fff;
    overflow:hidden;
    font-weight:bold;
    text-align:left;
    line-height:24px;
    padding:10px 22px;
    color:#141a33;
    font-size:12px;
    height:68px;
    border:solid 1px #e2e2e2;
}

.hsgclass .achi_list li a .info p {
    line-height:24px;
    overflow:hidden;
    height:24px;
    padding:0;
}

.newslist {
    padding: 0 0 82px;
}

    .newslist li {
        padding:33px 30px;
        margin-top:15px;
        border:none;
    }

.newslist_img {
    margin-right:65px;
    display:block;
    height:147px;
    float:left;
    width:249px;
}

.newslist_img img {
    display:block;
    height:147px;
    width:249px;
}

.newslist_main {
    height:147px;
    float:left;
    width:826px;
}

.newslist_titline {
    border-bottom:solid 1px #e5e5e5;
    padding-bottom:23px;
    margin-top:-4px;
}

.newslist_title {
    line-height:28px;
    font-size:20px;
    float:left;
    height:28px;
}

.newslist_date {
    padding-top:6px;
    line-height:18px;
    font-size:14px;
    float:right;
}

    .reclist.newslist li {
        border-top: solid 1px #e5e5e5;
        padding: 15px 0 0;
        background: none;
    }

    .reclist.newslist li .newslist_img {
        margin-right: 0;
        height: auto;
        width: 100%;
    }

    .reclist.newslist li .newslist_img img {
        height: auto;
        width: 100%;
    }

    .reclist .newslist_main {
        height: auto;
        width: auto;
    }

    .reclist .newslist_titline {
        border-bottom: none;
        padding-bottom: 0;
        padding-top:8px;
        margin-top: 0;
    }

    .reclist .newslist_title {
        line-height: 28px;
        font-size: 20px;
        height: 56px;
    }

.caselist {
    padding: 0 0 82px;
}

    .caselist li {
        margin-bottom:65px;
        background:#fff;
        float:left;
        width:575px;
        border:none;
}

    .caselist li a {
        display:block;
}

    .caselist li:nth-child(2n) {
        margin-left:50px;
    }

.caselist_img {
    overflow:hidden;
    display:block;
    height:261px;
    width:575px;
}

.caselist_img img {
    display:block;
    height:261px;
    width:575px;
}

    .caselist li a:hover .caselist_img img {
        transform:scale(1.06);
}

.caselist_main {
    padding:18px 29px 0 23px;
    position:relative;
    height:155px;
    width:575px;
}

.caselist_title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height:30px;
    font-size:18px;
    height:30px;
    color:#000;
}

.caselist_text {
    line-height:20px;
    overflow:hidden;
    font-size:14px;
    margin-top:6px;
    color:#707070;
    height:60px;
}

.caselist_more {
    position:absolute;
    line-height:30px;
    font-size:14px;
    color:#007fff;
    right:28px;
    bottom:5px;
}

.caselist_more:hover {
    color:#007fff;
}

.likelist li a img.video_icon {
    position:absolute;
    border:none;
    height:66px;
    width:66px;
    z-index:10;
    left:129px;
    top:75px;
    margin:0;
}

    .pro_labelist {
        padding: 80px 0 36px;
    }

    .pro_labelist ul {
        width:1026px;
        float:left;
    }

    .pro_labelist li {
        padding:10px 42px 0 0;
        float:left;
    }

    .pro_labelist li a {
        border-bottom: solid 1px #707070;
        border-radius: 0;
        background: none;
        line-height:18px;
        font-size:16px;
        color:#707070;
        margin:5px 0;
        padding: 0;
        height: auto;
        cursor:pointer;
        font-weight: normal;
        display: inline-block;
    }

    .prolist {
        margin:0 -22.5px;
        padding:0 10.5px;
    }

    .prolist li {
        padding:0 11.5px 72px;
        float:left;
    }

    /*.prolist li:nth-child(3n) {
        padding:0 0 72px 0;
    }*/

    .prolist_item {
        position:relative;
        width:385px;
    }

    .prolist li a.prolist_iteminfo {
        position:relative;
        display:block;
        width:385px;
        z-index:1;
    }

    .prolist li a.prolist_iteminfo .prolist_itemimg {
        overflow:hidden;
        display:block;
        height:225px;
        width:385px;
    }

    .prolist li a.prolist_iteminfo img {
        background:#fff;
        display:block;
        height:225px;
        width:385px;
    }

    .prolist li a.prolist_iteminfo:hover img {
        transform: scale(1.06);
    }

    .prolist_item .info {
        /*margin:42px 0 0 80px;*/
        /*animation: fadeinB 1.5s;*/
        position:relative;
        padding:17px 18px;
    }

.prolist_item .sort {
    text-align:left;
    line-height:30px;
    font-size:20px;
    height: 30px;
    color:#000;
}

.prolist_title {
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right:68px;
    text-align:left;
    line-height:32px;
    overflow:hidden;
    font-size:18px;
    height:32px;
    color:#000;
}

.prolist_text {
    text-overflow:ellipsis;
    overflow:hidden;
    text-align:justify;
    margin-top:5px;
    line-height:32px;
    height:32px;
    font-size:16px;
    color:#969696;
}

.prolist_btnlist {
    position:absolute;
    width:61px;
    z-index:19;
    right:-1px;
    top:243px;
}

.prolist_btnlist a {
    margin-right:7px;
    float:right;
    display:block;
    width:27px;
    height:27px;
    cursor:pointer;
}

.prolist_btnlist a:first-child {
    margin-right:0;
}

.pro_trast_body {
    margin-left:-585px;
    width:1170px;
    height:175px;
    left:50%;
}

.pro_trast_titline {
    padding:8px 21px 7px 14px;
    text-align:left;
}

.pro_trast_titline .title {
    line-height:22px;
    font-size:14px;
}

.pro_trast_titline .hidebtn {
    line-height:22px;
    font-size:14px;
    cursor:pointer;
}

.pro_trast_body ul {
    overflow-y:auto;
    margin-top:9px;
    height:119px;
    width:1048px;
    float:left;
    padding:0;
}

.pro_trast_body li {
    float:left;
    padding:0;
    height:119px;
    width:257px;
}

.pro_trast_body li a img {
    display:block;
    margin:0 auto;
    height:85px;
    width:144px;
}

.pro_trast_body li a p {
    line-height:32px;
    font-size:14px;
    padding:0;
}

.pro_trast_right {
    text-align:center;
    width:120px;
    float:right;
}

    .pro_trast_right .trast_btn {
        border-radius:5px;
        margin:29px auto 32px;
        background:#ff5800;
        line-height:28px;
        display:block;
        cursor:pointer;
        color:#fff;
        height:28px;
        width:86px;
    }

    .pro_trast_right .clear_btn {
        cursor:pointer;
        font-size:14px;
        line-height:22px;
        color:#000;
    }

.videolist {
    padding-bottom:82px;
}

.videolist li {
    margin:0 42px 22px 0;
    float:left;
}

.videolist li:nth-child(4n+3) {
    margin-right:0;
}

.videolist li .video_item {
    position:relative;
    display:block;
    cursor:pointer;
    width:372px;
}

.videolist li .video_item img {
    background:#fff;
    width:100%;
}

.videolist li .video_item img.video_icon {
    position:absolute;
    background:none;
    border:none;
    height:66px;
    width:66px;
    z-index:10;
    left:153px;
    top:67px;
    margin:0;
}

.videolist li a.video_titline {
    padding:13px 0;    
    display: block;
}

.videolist li a.video_titline p.video_title {
    line-height:34px;
    font-size:18px;
    width:300px;
    color:#000;
    float:left;
}

.videolist li a.video_titline p.video_more {
    border:solid 1px #013b99;
    border-radius:3px;
    text-align:center;
    line-height:18px;
    font-size:12px;
    margin-top:8px;
    color:#013b99;
    float:right;
    width:50px;
}

.servicase_list {
    margin:65px auto 50px;
    padding:0;
    width:930px;
}

.servicase_list li {
    border-left:solid 1px #c5c5c5;
    text-align:center;
    padding:0;
    height:20px;
    width:186px;
    float:left;
}

.servicase_list li a {
    background-position:46px center;
    background-repeat:no-repeat;
    background-color:#fff;
    padding-left:26px;
    border-radius:0;
    border:none;
    /*text-align:left;*/
    color:#000;
    width:186px;
    line-height:20px;
    font-size:16px;
    display:block;
}

    .servicase_list li a.active {
        border:none;
        color:#000;
    }

.servicase_list li:first-child a {
    background-image:url(../edimg/servicase.jpg);
}

.servicase_list li:nth-child(2) a {
    background-image:url(../edimg/servicase-02.jpg);
}

.servicase_list li:nth-child(3) a {
    background-image:url(../edimg/servicase-05.jpg);
}

.servicase_list li:nth-child(4) a {
    background-image:url(../edimg/servicase-04.jpg);
}

.servicase_list li:nth-child(5) a {
    background-image:url(../edimg/servicase-03.jpg);
}

.servicase_list li:nth-child(5n+1) {
    border-left:none;
}

.servicase_list li:first-child a:hover, .servicase_list li:first-child a.active {
    background-image:url(../edimg/servicase_h.jpg),url(../edimg/comscene-02.jpg);
    background-position:46px top,86px bottom;
    padding-bottom:10px;
}

.servicase_list li:nth-child(2) a:hover, .servicase_list li:nth-child(2) a.active {
    background-image:url(../edimg/servicase_h-02.jpg),url(../edimg/comscene-02.jpg);
    background-position:46px top,86px bottom;
    padding-bottom:10px;
}

.servicase_list li:nth-child(3) a:hover, .servicase_list li:nth-child(3) a.active {
    background-image:url(../edimg/servicase_h-05.jpg),url(../edimg/comscene-02.jpg);
    background-position:46px top,86px bottom;
    padding-bottom:10px;
}

.servicase_list li:nth-child(4) a:hover, .servicase_list li:nth-child(4) a.active {
    background-image:url(../edimg/servicase_h-04.jpg),url(../edimg/comscene-02.jpg);
    background-position:46px top,86px bottom;
    padding-bottom:10px;
}

.servicase_list li:nth-child(5) a:hover, .servicase_list li:nth-child(5) a.active {
    background-image:url(../edimg/servicase_h-03.jpg),url(../edimg/comscene-02.jpg);
    background-position:46px top,86px bottom;
    padding-bottom:10px;
}

.repair_list{
    margin:66px auto 120px;
    width:1078px;
    padding:0;
}

.repair_list li{
    border:solid 1px #d5d5d5;
    border-radius:12px;
    padding:30px 22px 0;
    margin:0 36px;
    height:395px;
    width:287px;
    float:left;
}

.repair_list li img{
    display:block;
    margin:0 auto;
    height:224px;
    width:225px;
}

.repair_1stext {
    color:#717171;
    font-size:12px;

    line-height:18px;
    text-align:center;
    margin-top:22px;
}

.repair_list li:first-child .repair_1stext {
    margin-top:42px;
}

.repair_tel {
    color:#013b99;
    font-size:32px;
    line-height:32px;
    margin-top:24px;
}

.repair_feedback {
    background:#fff;
    padding:0;
    margin:30px auto 0;
    position:relative;
    width:234px;
}

.repair_feedback a {
    width:101px;
    height:24px;
    line-height:24px;
    font-size:12px;
    color:#fff;
    background:#013b99;
    text-align:center;
    border:none;
    border-radius:10px;
    margin:0 8px;
    display:block;
    float:left;
}

    .repair_feedback a:first-child, .repair_feedback a:nth-child(2) {
        background-image:none;
    }

/***********  脚部样式  **********/
.footer {
    background:#242933;
    /*height:662px;*/
    height:600px;
}

.footer_top {
}

.footer_top li {
    margin-right:114px;
    text-align:center;
    padding-top:11px;
    float:left;
    width:72px;
}

.footer_top li:nth-child(3) {
    padding-top:0;
    width:232px;
}

.footer_top li:nth-child(5) {
    margin-right:0;
}

.footer_top li a {
    line-height:46px;
    font-size:18px;
    color:#5a5a5a;
}

    .footer_main ul.footer_nav li a {
        line-height:28px;
        font-size:14px;
        color:#fff;
    }

    .footer_main ul.footer_nav li:first-child a {
        font-size:16px;
        color:#fff;
    }

    .footer_main ul.footer_nav li:first-child {
        background:url(../edimg/footer-04.png) no-repeat 3px bottom;
        padding-bottom:20px;
        margin-bottom:16px;
    }

    .footer_end {
        /*animation: fadeinB 3.5s;*/
        background:#013b99;
        text-align:center;
        /*line-height:58px;*/
        /*font-size:16px;*/
        color:#fff;
    }

    .footer_end a {
        color:#fff;
    }

}

@media (min-width: 1200px) {

        .about_slogan {
            width:1074px;
        }

        .slogan_border {
            margin:0 60px;
        }

        .supervision_slogan .slogan_border {
            margin:0 48.5px;
        }

    .footer_main ul.footer_nav {
        padding:0 2.4vw 0 4px;
    }
}

@media (min-width: 1440px) {

    .header_top {
        padding-right: 3.385vw;
    }

    .header_language {
        margin: 24px 1vw 0 0;
    }

    .secnavlist-main {
        left: 16.66666667%;
    }

.ind_abo_network_BG {
    width:1400px;
}
    
.ind_abo_network {
    bottom:-14px;
}

.ind_abo_network_text {
    margin-left:-34px;
    line-height:29px;
    font-size:17px;
}

.ind_abo_network ul {
    margin-left:-34px;
}

.ind_abo_network ul li {
    padding:12px 40px 0 0;
    float:left;
}

.ind_abo_network ul li p {
    float:left;
}

.ind_abo_network ul li .title {
    line-height:26px;
    padding-top:6px;
    font-size:20px;
    color:#313333;
    clear:both;
}

.ind_abo_network ul li .num {
    line-height:54px;
    font-size:66px;
    color:#0145b9;
}

.ind_abo_network ul li .unit {
    padding-top: 30px;
    line-height: 24px;
    font-size: 20px;
    color:#0145b9;
}

.ind_abo_network ul li .signal {
    font-weight:bold;
    padding-top:18px;
    line-height:30px;
    font-size:44px;
    color:#0145b9;
}

.ind_abo_rad {
    margin-left:-45px;
}

.ind_abo_rad_text {
    position: relative;
    margin-top: 26px;
    line-height: 28px;
    font-size:16px;
    color: #323333;
    z-index: 19;
}

.ind_abo_rad_data {
    margin-top:30px;
}

.ind_abo_rad_data li {
    padding-left:70px;
    float: left;
}

.ind_abo_rad_data li:first-child {
    padding-left:0;
}

.ind_abo_rad_data li .num {
    line-height:44px;
    font-size:52px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .signal {
    font-weight:bold;
    padding-top: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .signaltext {
    font-weight:bold;
    padding-top: 31px;
    line-height: 10px;
    font-size: 12px;
    color: #0145b9;
    float: left;
}

.ind_abo_rad_data li .title {
    line-height:18px;
    font-size:12px;
    padding-top:3px;
    color: #313333;
    clear:both;
}

.ind_coretech_base {
    padding:22px 0 0 0;
    margin-right:-65px;
    float:right;
}

.ind_coretech_base li {
    padding-top:12px;
    padding-bottom:0;
}

.ind_coretech_base li img {
    display:block;
    width:218px;
    height:116px;
    float:left;
}

.ind_coretech_base li .info {
    display:block;
    width:345px;
    height:136px;
    float:right;
}

.ind_coretech_base li .info .title {
    /*padding-top:9px;*/
    line-height:30px;
    font-size:24px;
    color:#0145b9;
}

.ind_coretech_base li .info .text {
  /*  margin-top:10px;*/
    font-size:12px;
    line-height:20px;
    white-space: nowrap;
    padding-right:0;
    color:#333;
}

    .footer_main ul.footer_nav {
        padding:0 2vw 0 4px;
    }
}

@media (min-width: 1600px) {

    .navbar-brand {
        padding: 14px 0 0 65px;
        height: 80px;
    }

    /*.navbar-brand img {
        height: 1.25vw;
    }*/

    .header_language {
        margin: 24px 29px 0 -100px;
        background-size: 27px;
        line-height: 22px;
        font-size: 22px;
        height: 25px;
        padding: 0 0 0 48px;
        /* width: 92px; */
		font-weight: 700;
    }

    .header_language img {
        margin-top: 13px;
        width:11px;
    }

    .langlist {
        top: 32px;
    }

    .langlist li {
        padding: 0 10px;
    }

    .langlist li a {
        min-width: 100px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }

    .header_tel {
        padding:0 25px;
        margin: 22px 0 0 0;
        border: solid 2px #7d7d7d;
        border-radius: 36px;
        line-height: 32px;
        font-size: 12px;
        height: 36px;
    }
    .nav-list {}

    .header .nav-list li>a {
        font-size: 16px;
        padding-top: 5px;
        line-height: 70px;
        height: 80px;
    }
    
    .header .nav-list li:first-child .dropDown {
        height: 360px;
        width: 100vw;
    }

    .banner {
        width:100vw;
        height:calc(100vw * 830 / 1920);
        overflow:hidden;
    }

    .ind_advalist_title {
        /*padding-right:70px;*/
    }

    .ind_advalist_title .entitle {
        padding-left:14px;
    }

    .ind_cus_tab {
        width:1400px;
    }

    .ind_cus_tab li {
        height:238px;
        width:318px;
    }

    .ind_cus_tab li a {
        border-bottom:solid 10px #013b99;
        height:238px;
        width:318px;
    }

    .ind_cus_tab li a:hover {
        border-bottom:solid 10px #013b99;
    }

    .ind_cus_tab li a img {
        height:238px;
        width:318px;
    }

    .ind_cus_tab > li.active  {
        height:288px;
        width:384px;
    }

    .ind_cus_tab > li.active > a, .ind_cus_tab > li.active > a:hover, .ind_cus_tab > li.active > a:focus {
        border-bottom:solid 10px #013b99;
        height:288px;
        width:384px;
    }

    .ind_cus_tab > li.active > a img, .ind_cus_tab > li.active > a:hover img, .ind_cus_tab > li.active > a:focus img {
        height:288px;
        width:384px;
        object-fit: cover;
    }

    .ind_wise_content li {
        margin-right:84px;
    }

        /*****************  关于宏山  *******************/

        .about_slogan {
            width:1090px;
        }

        .slogan_border {
            margin:0 67px;
        }

        .supervision_slogan .slogan_border {
            margin:0 48.5px;
        }

        /***********  宏山编年史  ************/

        /*.deveblock_01 {
            margin-left:385px;
            top: 1540px;
        }

        .deveblock_02 {
            margin-left:153px;
            top: 1488px;
        }

        .deveblock_03 {
            margin-left:-18px;
            top: 1390px;
        }

        .deveblock_04 {
            margin-left:-188px;
            top: 1294px;
        }

        .deveblock_05 {
            margin-left:-504px;
            top: 1207px;
        }

        .deveblock_06 {
            margin-left:-262px;
            top: 1134px;
        }

        .deveblock_07 {
            margin-left:-108px;
            top: 980px;
        }

        .deveblock_08 {
            margin-left:46px;
            top: 827px;
        }

        .deveblock_09 {
            margin-left:199px;
            top: 673px;
        }

        .deveblock_10 {
            margin-left:353px;
            top: 520px;
        }

        .about_develop ul {
            position:relative;
            margin:-13px auto 0;
            width:1300px;
            height:1600px;
        }

        .about_develop ul li {
            position:absolute;
        }

        .about_develop ul li p {
            padding-left:10px;
            font-weight:bold;
            line-height:24px;
            font-size:18px;
        }

        .about_develop ul li .text {
            padding-left:14px;
            margin-top:5px;
            line-height:20px;
            font-size:12px;
        }

        .about_develop ul li:first-child {
            left:990px;
            top:1204px;
        }

        .about_develop ul li:first-child p {
            border-left:solid 4px #fff;
            color:#1a547c
        }

        .about_develop ul li:nth-child(2) {
            left:754px;
            top:1326px;
        }

        .about_develop ul li:nth-child(2) p {
            border-left:solid 4px #007cc2;
            color:#007cc2
        }

        .about_develop ul li:nth-child(3) {
            padding-bottom:28px;
            left:725px;
            top:1063px;
        }

        .about_develop ul li:nth-child(3) p {
            border-left:solid 4px #00a5db;
            color:#00a5db
        }

        .about_develop ul li:nth-child(4) {
            left:410px;
            top:1130px;
        }

        .about_develop ul li:nth-child(4) p {
            border-left:solid 4px #3bb3c3;
            color:#3bb3c3
        }

        .about_develop ul li:nth-child(5) {
            left:96px;
            top:1040px;
        }

        .about_develop ul li:nth-child(5) p {
            border-left:solid 4px #8bb72c;
            color:#8bb72c
        }

        .about_develop ul li:nth-child(6) {
            background-position:right bottom;
            padding-right:60px;
            padding-bottom:75px;
            left:140px;
            top:700px;
        }

        .about_develop ul li:nth-child(6) p {
            color:#b8dc7c
        }

        .about_develop ul li:nth-child(6) .right_border {
            position:absolute;
            background:#b8dc7c;
            bottom:75px;
            right:46px;
            height:24px;
            width:4px;
        }

        .about_develop ul li:nth-child(7) {
            left: 632px;
            top: 815px;
        }

        .about_develop ul li:nth-child(7) {
            background:url(../edimg/about-37.jpg) no-repeat -26px -45px;
            padding-left:22px;
            padding-top:28px;
        }

        .about_develop ul li:nth-child(7) p {
            border-left:solid 4px #f8c301;
            color:#f8c301
        }

        .about_develop ul li:nth-child(8) {
            background-position:right 196px;
            padding-right:60px;
            left:380px;
            top:332px;
        }

        .about_develop ul li:nth-child(8) p {
            color:#e5781c
        }

        .about_develop ul li:nth-child(8) .right_border {
            position:absolute;
            background:#e5781c;
            top:168px;
            right:46px;
            height:24px;
            width:4px;
        }

        .about_develop ul li:nth-child(9) {
            left: 940px;
            top: 508px;
        }

        .about_develop ul li:nth-child(9) p {
            border-left:solid 4px #da241d;
            color:#da241d
        }

        .about_develop ul li:nth-child(10) {
            background-position:right 28px;
            padding-right:45px;
            left: 736px;
            top: 194px;
        }

        .about_develop ul li:nth-child(10) p {
            border-right:solid 4px #007cc2;
            padding-right:8px;
            color:#007cc2
        }

        .about_develop ul li:nth-child(10) .text {
            padding-right:12px;
        }*/

        .studentmian {
            background:#fff;
            width:1286px;
            height:1003px;
        }

        .studentmian li {
            padding:44px 47px;
        }

        .studentmian li img {
            height:850px;
            width:1192px;
        }   

        .proinfo_threelist {
            /*width:1090px;*/
        }

        .proinfo_threelist li {
            /*width:323px;*/
        }

        .threedlist_BG {
            background-size:1920px 780px;
            height:780px;
        }

        .proinfo_threedlist {
            padding-top:285px;
            /*width:1090px;*/
        }

        .proinfo_threedlist li {
            /*width:323px;*/
        }

        .proinfo_basicinfo ul {
            width:1050px;
        }

        .proinfo_imglist {
            width:1240px;
        }

        .proinfo_imglist li {
            height:270px;
            width:270px;
        }

        .proinfo_videoblock {
            width:1050px;
        }

        .proinfo_video {
            border:solid 4px #fff;
            height:269px;
            width:470px;
        }

        .proinfo_video video {
            background:#000;
            height: 261px;
            width: 462px;
        }

        .proinfo_onelist {
            width:500px;
        }

        .proinfo_twolist {
            width:1176px;
        }

        .proinfo_twolist li {
            margin:0 63px;
            height:300px;
            width:462px;
        }
        
        .supervision_slogan {
            /*width:1170px;*/
        }

        .sys_block .proinfo_basicinfo ul {
            width:1170px;
        }

        /*****************  脚部样式  *******************/

        .footer {
            height: 600px;
        }

        .footer_top {
            padding: 64px 0 40px;
        }

            .footer_top a img {
                display:block;
                /*width:7.396vw;*/
            }

        .footer_body {
            width:1380px;
        }

    .footer_main ul.footer_nav {
        padding:0 54px 0 4px;
    }

    .footer_main ul.footer_nav li:first-child {
        background: url(../edimg/footer-04.png) no-repeat 3px bottom;
        background-size:21px 2px;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .footer_main ul.footer_nav li:first-child a {
        font-size: 16px;
    }

    .footer_main ul.footer_nav li a {
        line-height: 28px;
        font-size: 14px;
    }

    .footer_weixin {
        margin-right:3.08vw;
        padding-top: 7px;
        width: 130px;
    }

    .footer_weixin img {
        width:100%;
    }

    .footer_weixin p {
        line-height: 30px;
        margin-top: 12px;
        font-size: 15px;
    }

    .footer_info {
        width: 264px;
    }

    .footer_info p {
        padding-left: 28px;
        /*background-size:0.938vw;*/
    }

    .footer_info .title {
        margin-top: 14px;
        line-height: 30px;
        font-size: 15px;
    }

    .footer_info .text {
        line-height: 30px;
        margin-top: 4px;
        font-size: 32px;
    }

    .footer_social {
        padding: 10px 0 0 8px;
    }
    
    .footer_social li {
        padding-left: 20px;
    }
    
    .footer_social li a img {
        display:block;
        /*width:2.14vw;*/
    }

    .footer_end {
        line-height: 30px;
        margin-top: 40px;
        font-size: 14px;
    }
}


@media (min-width: 1921px) {
    .secnavlist li a:hover, .secnavlist li.active a {
        background-size: 0.36vw 0.57vw;
    }
}
